snaggen to Java · 1 year agoJava 21: The Nice, The Meh, and the ... Momentoushorstmann.comexternal-linkmessage-square1fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1external-linkJava 21: The Nice, The Meh, and the ... Momentoushorstmann.comsnaggen to Java · 1 year agomessage-square1fedilink
minus-squarePipoca@lemmy.worldlinkfedilinkarrow-up4·1 year ago Are you using sealed hierarchies and records in your code base? Then pattern matching is appealing. I’m reminded of the quip that “You can’t justify a bridge by counting the number of people swimming across a river”. Syntax and language support makes a huge difference in how people write code. People generally take the path of least resistance in a language.
I’m reminded of the quip that “You can’t justify a bridge by counting the number of people swimming across a river”.
Syntax and language support makes a huge difference in how people write code. People generally take the path of least resistance in a language.