[fpc-pascal] FPC coding standards

Sven Barth pascaldragon at googlemail.com
Tue Aug 18 11:08:58 CEST 2020


Dwight Schauer via fpc-pascal <fpc-pascal at lists.freepascal.org> schrieb am
Di., 18. Aug. 2020, 08:45:

>
> The default config generated by ptop definitely does not conform to
> the standards...
>

There is no default configuration, because there is not one default
standard. While some things are a given (lowercase identifiers, no spaces
between identifiers and e.g. operators) the reminder simply depends on the
surrounding code which differs slightly from unit to unit (in the RTL
sometimes even inside the same unit).

Rule of thumb is that contributions should fit into the existing style.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20200818/28bc9fbb/attachment.htm>


More information about the fpc-pascal mailing list