You can only use one.
You can only use one
Other urls found in this thread:
tetas-perfectas.com
twitter.com
Retards value complexity, geniuses value simplicity. Terry said so.
I choose simple and basic recursive calls.
recursion is so easy to read
so tail recursion so no blowing the stack
i feel retarded when i try to make recursive functions
youre mom is blowing my stack
it's because they're like black magic and you overthink them
Although recursive functions are easier to read and and write, if you need to do something incredibly intensive and long, then it isn't the best tool for the job. In that case, it would be better to use loops and counters to keep track of where you are.
It's all about the end product after all
>recursion
>complex
Are you retarded?
It's complex relative to iteration based loops