Re: Your 2 cents: Java Generics, love it, hate it, or waiting?
> What is your vote on generics?
Personally, I am a big fan. As has been pointed out, they are optional,
so in cases where they are fitting, they are a great addition to the
language. While some will disagree with me on it, I prefer these new
language features over having to cast everything from Object.
.
Relevant Pages
- Re: Wishlist for Delphi 10 / 2006
... Been there....Same goes with Interfaces. ... Now wait a minute, I've never stated that I dislike generics, operator overloading ... language features of delphi, if the existing features were properly understood by ... (borland.public.delphi.non-technical) - Re: Targeting builds for .NET FW 1.1 using VS 2005
... I remember reading somewhere about a VS2005 setting ... >that would disallow .NET 2.0 language features, like generics. ... (microsoft.public.dotnet.framework) - Why Generics?
... the powers that be added generics. ... Can someone please explain to me what value they add to Java? ... Java didn't need any language features to implement container classes ... (comp.lang.java.programmer) - Re: C# 2.0 vs. .NET Compact Framework 2.0
... I *think* he's trying to ask if he can use the new language features of C# ... (generics and the like) ... However, if you're talking about C# as provided in Visual Studio 2005, it ... your project targets .NET CF 1.0, then it should run on devices that have ... (microsoft.public.dotnet.framework.compactframework) |
|