Hacker News new | ask | show | jobs
by kertap 5732 days ago
I have to jump between JavaScript and Java at work. The biggest problem for me usually is the small syntax mistakes I create, e.g. using var in a java file or "int i" in a javascript for loop.

But I find the differences in syntax help compartmentalize how I code. As soon as I get the compiler error in the java file it jar's be back into the java way of thinking.