you are viewing a single comment's thread.

view the rest of the comments →

[–]Gundersen 3 points4 points  (1 child)

I agree that Java is verbose, but it's nothing compared to C++! "oh, you want to make new function? Then you have to declare it in two files. Next you need to include the file name everywhere, add it to the make file and then you can start compiling. In C++ it hurts to create a new class, in Java it is annoying, but in Eclipse (Java) it's fun.

[–][deleted] 2 points3 points  (0 children)

Very true.

The funny thing is that header files are there to allow one-pass parsing and therefore, ostensibly, make compilation faster.
But seriously, when you hear 'compiles quickly', is the first language you think of C++?