On Mon, 4 Mar 2013, Boian Mitov wrote:

I actually somewhat agree with that, except it is less readable since you can't follow the code flow in place but have to scroll up to see what will happen (in for each as example.)

If you do proper top-down programming, usually there is no need to go and look.

If I see

    if F.NeedUnitTest then
      CreatePropertyUnitTest(Strings,CN,F);

then I know what CreatePropertyUnitTest does, I can follow the logic.
Most of the time, I do not need to know the details.

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

Reply via email to