|
|
|
|
|
by naikrovek
2186 days ago
|
|
Function calls have an overhead, and if the function is only used once it makes no sense to break it out. It also makes no sense to have a rule on the maximum number of lines for a function. These rules are often created by people who don't write software that needs to have high performance. |
|