On Friday 03 June 2005 10:47, Jamie McCracken wrote: > It makes it more clear IMO not less. having all that interface code > and having to jump between it and the implementation does not aid > legibility.
It encourages reading code instead of interface specifications. Often there is a big discrepancy between what the code is supposed to do and what it really does. If a fellow programmer relies on the latter this is known to break sooner or later. Of course, this implies that there *is* a specification. Vinzent. -- public key: http://www.t-domaingrabbing.ch/publickey.asc _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
