Reading List

Swift Proposal: Typed Throws from Michael Tsai RSS feed.

Swift Proposal: Typed Throws

SE-0413: Swift is known for being explicit about semantics and using types to communicate constraints that apply to specific APIs. From that perspective, the fact that all thrown errors are of type any Error feels like an outlier. However, it reflects the view laid out in the original error handling rationale that errors are generally […]