|
|
|
|
|
by spricket
2723 days ago
|
|
I agree about critiques for most of those languages but not java. If you reach out to the Java ecosystem you can find libraries, frameworks, and language extensions that make it relatively easy to code in. For example, with Lombok you don't have to write any getters and setters, or catch checked exceptions. Java 11 also makes good improvements to lamdas making method chaining a lot nicer. The Java I write at work is barely more verbose than the TypeScript, maybe 15% more code to do the same thing. Java devs also get paid really well honestly, pretty sure it's better than the pay for JS and Python actually. |
|