Well, wrong or right, only time will tell. Treat programming languages like tools in a toolbox. Choose the right one for the right job. Java is great at so many use-cases just like many other programming languages and not the right for many others. If somone chose Java for the wrong use-cases, they probably will feel they did indeed make the wrong choice. I'd just say bad workman blames his tools...so stop fretting over the language, focus on the things you want to build and then pick the right one for what you're building ๐คท๐ปโโ๏ธ #justsaying#experience#bepolyglot#JavaFTW
Have you ever wondered how we manage to take care of our blockchain? Using our monitoring tool we can see attacks from the past, present and future! Written from scratch and now available open source. #JavaFTW#monitoring$xtcgithub.com/contribute-torqueโฆ
When dealing w/3rdparty free form product data that lacked database w/integer IDs, I was able to autogenerate temporary 32-bit signed integer IDs for <50 items based on name, price & weight strings using java hashCode(). #ColdFusion#CollisionIsPossible#JavaFTW