Comment on if else if else if else
MagicShel@programming.dev 1 year agoFair enough. Point is nothing is getting smaller except the call stack.
Comment on if else if else if else
MagicShel@programming.dev 1 year agoFair enough. Point is nothing is getting smaller except the call stack.
kogasa@programming.dev 1 year ago
The thing that’s getting smaller is the “complexity” or “distance from the trivial case” of the function invocation. This is an informal notion though.