in reply to Re: Thoughts on using subroutines to clean up code?
in thread Thoughts on using subroutines to clean up code?
I have worked long ago on C++ code where almost every single line of code was a method invocation, and when you where looking at the method code, it was just another series of method invocations, and so on.There is a name for that: Ravioli code!
|
|---|