Re: Wishlist for Delphi 10 / 2006
From: Ryan Mills (rmcontrols_at_mills-enterprise.ca)
Date: 11/22/04
- Next message: Peter Zolja: "Re: D2005 TRIAL WORKED!"
- Previous message: Carl Caulkett: "Re: Congratulations Borland for even <vulgarity snipped>"
- In reply to: Willem van Rumpt: "Re: Wishlist for Delphi 10 / 2006"
- Next in thread: Willem van Rumpt: "Re: Wishlist for Delphi 10 / 2006"
- Reply: Willem van Rumpt: "Re: Wishlist for Delphi 10 / 2006"
- Reply: Alisdair Meredith: "Re: Wishlist for Delphi 10 / 2006"
- Reply: Michael Zeringue: "Re: Wishlist for Delphi 10 / 2006"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Nov 2004 13:18:10 -0700
>Agreed, there's always the odd programmer in a team who seems to enjoy
>abusing language features to the point that you'd like to retreat to a
>silent part of the building, sit down, and weep. "with" statements can
>indeed be one of those tearproducing aspects.
Been there....Same goes with Interfaces. I love interfaces, but I've worked
with people who don't understand them and then complain about them
when the code doesn't work as expected. (ie. mixing the object and interface
models).
>Given the resentment you (and many others) have against generics and
>operator overloading, perhaps it would be best if they were included in
>the projectoptions, grouped with the rest of the syntaxoptions.
>I just hope that, if they do, they'll also include the option to
>disallow the "with" statement =)
Now wait a minute, I've never stated that I dislike generics, operator overloading
yes. I don't totally understand generics and some of the other posts related
to my original one have attempted to explain them to me. Given some more
information I would probably not find generics all that bad. Having said that
though I still don't think that what I've heard is enough to warrent the use of
generics.
All I've heard about generics so far is "containers". Couldn't you do the same thing
with an interface or even a pointer? I think that most of the features and
functionality provided by generics could be roughly duplicated by existing
language features of delphi, if the existing features were properly understood by
the implementing developer.
As for providing generics or operator overloading as compiler options, that's an
interesting point, I'd have to think about that one some more.
Ryan.
- Next message: Peter Zolja: "Re: D2005 TRIAL WORKED!"
- Previous message: Carl Caulkett: "Re: Congratulations Borland for even <vulgarity snipped>"
- In reply to: Willem van Rumpt: "Re: Wishlist for Delphi 10 / 2006"
- Next in thread: Willem van Rumpt: "Re: Wishlist for Delphi 10 / 2006"
- Reply: Willem van Rumpt: "Re: Wishlist for Delphi 10 / 2006"
- Reply: Alisdair Meredith: "Re: Wishlist for Delphi 10 / 2006"
- Reply: Michael Zeringue: "Re: Wishlist for Delphi 10 / 2006"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|