qwertyasdef@programming.devtoProgramming@programming.dev•Monaspace - Microsoft presents a new font family for code
201·
1 year agoThat texture healing looks super nice. Is that something fonts can just do or does it require special editor support?
That texture healing looks super nice. Is that something fonts can just do or does it require special editor support?
Hey, I like checked exceptions too! I honestly think it’s one of Javas’s best features but it’s hindered by the fact that try-catch is so verbose, libraries aren’t always sensible about what exceptions they throw, and methods aren’t exception-polymorphic for stuff like the Stream API. Which is to say, checked exceptions are a pain but that’s the fault of the rest of the language around them and not the checked exceptions per se.