Comment by justin66
5 hours ago
> In my programs, I have banned the use of loops.
Rather, you no longer see what they're doing clearly.
5 hours ago
> In my programs, I have banned the use of loops.
Rather, you no longer see what they're doing clearly.
There's value in both implicit and explicit loops.
Some highly recursive programming styles are really just using the call stack as a data structure... which is valid but can be restrictive.
How so?
I suppose if you don’t understand recursion.