|
|
|
|
|
by elcritch
602 days ago
|
|
Yeah, Java had some good ideas but just not quite there on the UX, like many things with Java sigh. Checked exceptions were annoying because you had to manually annotate the exceptions all the way up your chain. The list of effects should be generated by the compiler, and the IDE should show them when desired. Maybe manually annotated at external API boundaries which double as forcing the API dev to handle unlisted exceptions. |
|