Advanced Swift: Error Handling | raywenderlich.com

Production code is all about handling errors: programming errors, user input errors, asynchronous errors. This course covers the error fundamentals you need to know.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1940818-advanced-swift-error-handling

Good tutorial, however definitely it’s not an advanced course :). Error handling is just a basic knowledge.

Thanks. It’s a fair criticism. I will try to do a little more on the next iteration. (The most important thing is to think about errors in API design. There can be a strong desire to paper over errors and distinguish between things that are failable and not.)