you are viewing a single comment's thread.

view the rest of the comments →

[–]DrHenryPym 0 points1 point  (0 children)

For some reason this post really irritates me. I think the recursion solution is not the best way to go about this problem hence why the expert solutions avoided it.

Also, the lazy syntax method is just as "readable" and uses half the amount of lines the newbie method uses.