Linked by Thom Holwerda on Wed 7th Mar 2007 22:27 UTC
Thread beginning with comment 220422
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[27]: Only Two Choices?
by Mystilleef on Mon 12th Mar 2007 05:43
in reply to "RE[26]: Only Two Choices?"
The main issue for me is reading Java or C++ source code and spending a significant amount of cerebral energy decoding type information. And for no good reason too. If any information can be done without, and type information can be, it should be removed from the source code.
RE[28]: Only Two Choices?
by msundman on Mon 12th Mar 2007 05:53
in reply to "RE[27]: Only Two Choices?"
> The main issue for me is reading Java or C++ source code and
> spending a significant amount of cerebral energy decoding
> type information.
Exactly when do you need to "decode" type information when reading java code?
> type information can be [done without]
Why then do you "decode" it instead of ignoring it? If you find it hard to ignore it when it's there "in your face" then why not just adjust the syntax highlighting to make it very faint?







Member since:
2005-06-29
So is the main issue, for you, the types written explicitly into the source code?