General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Low Level
comments
Comments by "" (@diadetediotedio6918) on "why is recursion bad?" video.
@anujmchitale I believe you didn't use recursion properly. One of the biggest advantages of recursion is that it's infinitely simpler to know "what's wrong" with the code when something goes wrong, simply because everything is defined in terms of small processing units that merge into a pipeline, testing functions is incredibly simple and if you test all your recursive functions (and they are expected to be simple) you will have code with much more reliability than code made with loops.
1