Re: Swift 2.0 Error Handling and Defer

2015-09-04 Thread Stefan Arentz
This is really great! Playgrounds are so awesome. (Quick tip: When you open the playground you want to do Editor -> Show Rendered Markup. Now it looks like a wiki page with working code!) I like simple toy examples. Simple means that you can focus on the explained feature. And not trying to under

Swift 2.0 Error Handling and Defer

2015-09-04 Thread Emily Toop
I've created a Swift Playground to explore knowledge sharing around Error Handling and the Defer keyword. I'd appreciate it if people could take a look and let me know what they think. I thought a playground would be a good way of doing things as they are interactive and people can then play with