[swift-users] "business applications market" flame

Brent Royal-Gordon brent at architechies.com
Thu Jan 7 14:27:53 CST 2016


> IMO, Java has it right - let the API designer decide which approach to take.

That's a frankly laughable misreading of the Java story. The Java story is that they wanted everyone to use checked exceptions, but the users loathed them so much that they found hacks to get around the checked exception system, from subclassing `RuntimeException` or `Error` to labeling everything `throws Exception`. This is hardly a shining model of good language design.

-- 
Brent Royal-Gordon
Architechies



More information about the swift-users mailing list