|
|
|
|
|
by calafrax
3235 days ago
|
|
This discussion is predicated on the concept that function size is calculated by the number of lines which is completely wrong. function size (function complexity actually) is measured primarily by indent levels not length and when there are multiple indent levels with nested branches and loops this is when you are supposed to create functions. length is not really an issue in most cases. |
|