Recursion: Recursion is functional approach for looping, the problem with looping in procedural programming is that we need to read the loop to be able to reason about it (we can't apply equational reasoning for non FP). Reasoning for-loop can be eas...
irfannawaz.hashnode.dev7 min readNo responses yet.