|
|
|
|
|
by bumblebird
6036 days ago
|
|
See I read those two code snippets exactly the same. The 'verbose' one, I read as ...println("Hello, world!")... Perhaps I'm not normal, but I 'see' those code snippets to be identical in terms of code. Lets face it, we're never going to be bound by typing speed, and as I say, there's no chance of getting a bug into that 'verbosity' in java. So the only real issue is down to taste, which is up to the individual. |
|
Also, have you seen those studies that show that everyone has a number n, and every n lines, you make an error? If you're writing 3n lines in Java for every n lines you write in $LANGUAGE, you're making 3 times the errors.