Re: I really hate .NET especially inside Delphi
- From: "David Berneda" <david@xxxxxxxxxx>
- Date: Tue, 3 Oct 2006 20:53:12 +0200
"Nick Hodges (Borland/DTG)" <nickhodges@xxxxxxxxx> wrote in message news:4522ae71$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Robert Giesecke wrote:
Well, units are absolutely poor compared to namespaces.That's totally subjective -- what's wrong with them?
I think he refers to the ability (like C#) for a unit to contribute to an arbitrary namespace, decoupling unit name from
namespace, something like:
unit Unit1;
namespace System.Windows.Forms.Foo1;
....
namespace System.Windows.Forms.Foo2;
so all contents in Unit1 is visible to consumers of System.Windows.Forms.Foo namespace, including other units.
This breaks Pascal #1 rule of top-down unit visibility via "uses" (ie: single-pass parser).
Why not? No one complained about it for the 20 years Pascal...Everybody likes anarchy, at least until facing it <g>
regards
david
In addition -- these are pretty small complaints, really. "Delphi for
.NET sucks" seems a bit of hyperbole relative to them, don't you think?
--
Nick Hodges
Delphi/C# Product Manager - Borland DTG
http://blogs.borland.com/nickhodges
.
- Follow-Ups:
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- Re: I really hate .NET especially inside Delphi
- References:
- I really hate .NET especially inside Delphi
- From: AnnShip
- Re: I really hate .NET especially inside Delphi
- From: Robert Giesecke
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- Re: I really hate .NET especially inside Delphi
- From: Robert Giesecke
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- Re: I really hate .NET especially inside Delphi
- From: Robert Giesecke
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- I really hate .NET especially inside Delphi
- Prev by Date: Re: I really hate .NET especially inside Delphi
- Next by Date: Re: I really hate .NET especially inside Delphi
- Previous by thread: Re: I really hate .NET especially inside Delphi
- Next by thread: Re: I really hate .NET especially inside Delphi
- Index(es):
Relevant Pages
|