Like A Duck@programming.dev to Programmer Humor@programming.dev · il y a 3 ansif else if else if elseprogramming.devimagemessage-square25fedilinkarrow-up1849file-text
arrow-up1849imageif else if else if elseprogramming.devLike A Duck@programming.dev to Programmer Humor@programming.dev · il y a 3 ansmessage-square25fedilinkfile-text
minus-squareMagicShel@programming.devlinkfedilinkarrow-up2·il y a 3 ansFair enough. Point is nothing is getting smaller except the call stack.
minus-squareKogasa@programming.devlinkfedilinkarrow-up4·il y a 3 ansThe thing that’s getting smaller is the “complexity” or “distance from the trivial case” of the function invocation. This is an informal notion though.
Fair enough. Point is nothing is getting smaller except the call stack.
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.