On Sat, 19 Mar 2005 10:04:55 +0100
DrDiettrich <[EMAIL PROTECTED]> wrote:

> In porting C++ code to Pascal I often stumbled into circular unit
> references. Then the only solution is a monster unit, that implements
> all the related classes at once, where the C++ implementation can be
> split into appropriate modules. 

The real question is: was the design of the code ok ? Circular references makes 
code harder to understand. Layers are easier to understand.

Micha

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to