And that’s the reason (well, one of the main ones) why I want to avoid JavaScript.
Cindy Wong
152
I’m not sure any language is a whole lot better.
Java is pretty easy, it’s knowing the libraries needed to do anything that makes one proficient
Python is very easy, it’s knowing the libraries needed to do anything that makes one proficient AND knowing what the trendiest method of doing X is, because woe unto you if you use a loop when you could have used a comprehension!
C++ is pretty easy, … Okay, C++ is not really easy at all, but then you still need to know all the best libraries, code in Generics and know the trendiest method of doing X.
Much software today suffers from too many cooks in the kitchen.