Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Nadohs
Copy link
Collaborator

@Nadohs Nadohs commented Apr 24, 2016

  1. remove unnecessary JSON example
  2. re-order Enconding/Decoding sections
  3. added section on enconding nested arrays/dictionaries
  4. added note on extending initialiers into Classes

let name: String
var address: String?
}
```
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we remove this? I think its required context for understanding what comes below.

Copy link
Collaborator Author

@Nadohs Nadohs Apr 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it was not really necessary in understanding the examples and mostly just felt like more clutter than content. Perhaps I am taking for granted the fact that I am familiar with the context though, so I can certainly add it back in if you think it will add clarity.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's confusing to look an extension for struct without this context. We can split this up and put it next to the extension - maybe that might be clearer?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds reasonable, updates have been made and squashed 👍

1) remove unnecessary JSON example
2) re-order Enconding/Decoding sections
3) added section on enconding nested arrays/dictionaries
4) added note on extending initialiers into Classes
@matthewcheok matthewcheok merged commit 5919242 into master Apr 30, 2016
@matthewcheok matthewcheok deleted the readme branch April 30, 2016 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants