> I meant that some people prefer include files to ifdefs. In that sense,
> it is a matter of taste.
>
> If one presumes as a fact that everybody prefers single-file sources with
> IFDEFS in it, then your statement about 'a matter of fact' is 100%
> correct, and I will not dispute it.

One my notice:

FPC style of coding is good for handle multiplatform sources, but for
me (mean program developer) is this sources very badly readable. ;-(

example:

I need some some functions. What I need for use this function? i must
know unit where this function is. (for adding it into uses)

On Borland, i do simple text seach on Borland sources and directly I
can see what unit I must use.

But on FPC I gen only some include unit. I must do search again..
again... for getting unit name what I need. ;-(

--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib.

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to