[Lazarus] Working on big units
DougC
doug at moosemail.net
Wed Oct 21 21:59:34 CEST 2015
I think you have taken the advice you read somewhere too seriously. You have taken it to an extreme that invalidates it.
Having a small number of units is not in any way disadvantageous in terms of efficiency from the system's viewpoint. Remember that the unit structure was invented to solve the very problems you are experiencing!
You do not have to split your unit based on the classes it now contains. You can use other rationale for the split. I have a set of units named
DateSupport
LogSupport
FileSupport
CodeListSupport
SortSupport
Makes it easy to see where the items I want to find are.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20151021/cae2c9c6/attachment-0003.html>
More information about the Lazarus
mailing list