Marcos Douglas wrote:
How choose units names?

How you have no conflict with names of the units? Do you use some
prefix in your units as "uwebutils.pp", "mywebutils.pp",
"xyzWebUtils.pp", etc.

I used to prefix my units and classes with MW.
At my job all internal library units start with CC (abbrev of our company name). The product I'm working on now starts with a K so all classes and units belonging to it start with CCK. This product has some sub projects, Console, Control and Config. So those units and classes start with CCKConsole, CCKControl, CCKConfig (nad some 20 more). So in each of those projects I can have a CCKClasses, CCKConsoleClasses, CCKControlClasses, CCKConfigClasses unit without conflicts. By looking at the name I know what the impact will be if I change something in a class or unit.

Thanks,
MD

Maybe prefix with MD ?

Marc


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

Reply via email to