B Johnston
Posts: 1
Nickname: javajak
Registered: Apr, 2008
|
|
Re: Java: Evolutionary Dead End
|
Posted: Apr 4, 2008 9:51 AM
|
|
I have personally found that Generics in Java are easily the most difficult part of the language that I have attempted to learn, to date, after 11 years learning and using. I don't come from a C++ background so I never knew "what I was missing".
I think it's still not to late to yank the feature back out and simply dispense with it; while in theory it makes good sense to have this compiler "safeguard" in place, I agree that it should have been done since inception or not at all. In this case - not at all would win my vote.
Personally, just as "you can not legislate morality", you can't make a computer language that "catches" every possible programmer error. Bottom line - let the programmer handle this! ~Bill
|
|