|
|
|
|
|
by rocqua
1364 days ago
|
|
Those functions get more annoying when debugging though. Because now you have to jump to the body of the function to see if it really does what it says. And you view the body out of context so it is harder to see if there is a wrong assumption between the callee and caller. On the whole I think such functions are valuable. But they do have downsides. |
|
I don't recall much jumping put and in.