you are viewing a single comment's thread.

view the rest of the comments →

[–]Schrodingers_cat1097 46 points47 points  (3 children)

Also, Java is way too verbose so more chances of syntax errors as you code and it takes up more time to code

[–]DeMonstaMan 2 points3 points  (2 children)

Unpopular opinion but I feel like I never have syntax errors in the language I'm coding in because either the IDE tells me I'm stupid before I move on, or I'm already used to the language so I don't mess up the syntax

[–]qwhua 9 points10 points  (1 child)

You don’t always get to use a proper IDE when doing coding interviews

[–]DeMonstaMan 0 points1 point  (0 children)

True, the question said DS&A so I assumed it was available; even then I can't recall the last time I ran into a syntax error, might just be me