Swift Unwrapped
Swift Unwrapped
JP Simard, Jesse Squires, Spec Network, Inc.
16: Error Handling in Swift — A History
36 minutes Posted Jun 19, 2017 at 5:00 am.
0:00
36:05
Download MP3
Show notes
  • Error Handling: https://github.com/apple/swift/blob/master/docs/ErrorHandling.rst
  • Rationale and Proposal: https://github.com/apple/swift/blob/master/docs/ErrorHandlingRationale.rst
  • Swift 2.0 blog post: https://developer.apple.com/swift/blog/?id=29
  • Cocoa error handling: https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ErrorHandlingCocoa/ErrorHandling/ErrorHandling.html
  • Typed throws vs not discussed in Swift Weekly Brief #68 and #51