You think Java is slow? Cumbersome? Good for serious software but sucks for scripting, exploration, education? Well, kinda 🤡... No, wait, it's gotten so much better! 😇 Here are 10 things that make Java quicker than you think. (Code and many links: nipafx.dev/inside-java-ne…)
2
21
104
0
17
#1 Local-variable type inference Not having to duplicate type information left and right (literally!) makes for a less cumbersome development experience. When banging out a quick experiment, saving keystrokes is nice as well.
@nipafx Literally anything from this list (and much more) can be done in Kotlin