Swift 2 Error Handling, Continued

Mikael Konradsson: Finally a [decent] exception model in a modern language, a model where it’s absolutely obvious when to use do/try/catch. If you miss it, the compiler (precompiler/static analyzer) will tell you. There is no, or very little overhead in using Exceptions in Swift, unlike Java and C# where the runtime must create the exception … Continue reading Swift 2 Error Handling, Continued