[DUG] Barcamp possibly?

Todd todd.martin.nz at gmail.com
Thu Oct 28 12:19:00 NZDT 2010


Hi Jolyon
> CodeCompletion in all the places he shows.... yep, I knew all that stuff.
> He basically shows N variations of the same thing.  I was kinda hoping he
> would also mention using dotted unit names, like 'pseudo' namespsaces - code
> completion works REALLY well when you have units named and organised using
> that convention, e.g.:
>
> uses
>    SysUtils,
>    OurCo.SysUtils,
>    OurCo.Classes.Helpers;
>
>    
That is a damn good idea.
> And what he doesn't mention of course is that if you have even a trivial
> error in the code in some unit that the current unit uses or depends on,
> that many of these things break completely, so best not to get too used to
> them.
>
>    
Seems to be more often the case than not with me.

T.


More information about the Delphi mailing list