/ErrorHandling

Repository for code representing Error Handling Series on the blog

Primary LanguageSwift

ErrorHandling

Repository made to describe Error Handling topic on Ramy's Blog, you can find the series here

Posts

  1. Silent Bullets
  2. Loggings
  3. Wrapping (Branch)
  4. Error Flow
  5. Error Handlers
  6. Error Monitoring

Installation

You may notice the project doesn't compile & lots of red files (where the heck is the project?) You need to install Xcodegen & SwiftGen for it to generate the project and allow you to build

So, please run this if you want to run it

brew install xcodegen swiftgen && xcodegen generate && swiftgen && xed .