callstack - What is the optimal trade off between refactoring and increasing the call stack? -
I am trying to redo a large amount (1000 + lines) method, which in the good part of the unit The test can be fair.
It started to think about the call stack, because in my many hard blocks they have other reakector blocks, and my big methods can be called in other big ways too.
P> I want to see to open it for discussion whether refactoring can lead to calls on stack issues. I suspect that it will be in most cases, but what about recursive recursive methods Thinking and whether it is possible to unlimited loop cause without any stack overflow?
except for recycling, I do not care about issues of call stack unless they appear (Which they probably will not do).
Regarding recurring: It should be carefully applied and carefully checked how this can be done, no different from it.
Comments
Post a Comment