Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse
YurkshireLad@lemmy.ca 6 days ago
I think Java was first released just after I graduated. I do program Java at my day job though, and I don’t mind it. It has its quirks but I find I can express myself using Java, but I probably try to think towards much in OO paradigms when I design and code.
liang@thelemmy.club 6 days ago
thing thing = thing
gets to be pretty old
PushButton@lemmy.world 5 days ago
For your information, since java 10, 2018, 7 years ago, it’s
var thing = Thing
like most languages.You should update your java knowledge.
liang@thelemmy.club 5 days ago
Took them long enough.
Mniot@programming.dev 5 days ago
Just saw: they’re changing it back because you don’t appreciate it enough :(
JackbyDev@programming.dev 5 days ago
You can do
var thing = new Thing();
now.