|
|
|
|
|
by JackYoustra
167 days ago
|
|
I agree that you should evaluate languages in their domains. At the end of the day, Swift is mainly used for systems and iOS apps. In this, it is inadequate, as you can tell by, again, most apps not using the type system to enumerate valid views but instead (because enums and union types more broadly are so clunky to use!) masses of uncoupled types in their views, allowing for many, many implicitly invalid states. |
|
Everything looks like nails to you with that TS hammer you're holding huh?