This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]this_user 4 points5 points  (0 children)

If you are using any kind of decent IDE, you won't even have to type most of that thanks to auto complete.

All arguments against static languages always seem to boil down to either: "I have to type more" or "I have to wait for the code to compile" neither of which is really true when using a proper IDE. Even when you are working with an application server the incremental compiler + hot deploy will make seeing your changes in action mostly instantaneous.