Am 21.02.2011 07:43, schrieb Graeme Geldenhuys: > > it reduces circular unit dependencies if you use > the implementation section as much as possible,
How? Dependency is dependency. The danger of putting units in the implementation uses clause is that somebody creates circular dependencies by accident. This cannot happen when the unit is used in the interface part. This is usually a no brainer for small teams and projects but for bigger projects it might matter. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
