in reply to Re: Re: Re: C++, C# or Java
in thread C++, C# or Java

Bruce Eckel at least thinks that Java's generics may not be such a good idea. article 1, and article 2 give some specifics.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: C++, C# or Java
by flyingmoose (Priest) on Apr 03, 2004 at 22:14 UTC
    It is well known what how C++ templates can screw around with debugging and code maintainability. I'm not a big fan of Bruce. He often states the obvious and thinks he invented it. I was just giving a few examples of java *finally* starting to address language deficiencies, but I think they are doing it in a poor way. Checked exceptions are still a royal PITA too -- lots of little nit-picking things here and there add up in the long run.