What is Code Density?
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Nov 07, 2004
- 439 views
At least three of us have been marked down on this (minor point), but what, precisely, is it? I simply don't know. Do you mean i+=1 vs i += 1 Or do you mean procedure myproc() for i=1 to 10 do something() end for end procedure vs procedure myproc() for i=1 to 10 do something() end for end procedure or something else??? Regards, Pete PS I hope it is not the latter since I hate that: you simply can't fit as much code on screen with needless blank lines )