Working with functions that throw errors in Swift

Swift 2.0 added the ability to throw errors to the language. Learn how this mechanism works, and how it’s used in this post. Read more

Similar

Locks, Thread Safety, and Swift

Back in the dark ages of Swift 1, I wrote an article about locks and thread safety in Swift. The march of time has made it fairly obsolete, and reader Seth Willits suggested I update it for the modern age, so here it is! (more…)

Read more »