Hacker News new | ask | show | jobs
by StefanHamminga 3771 days ago
My 2c: Building a hierarchical structure requiring opening and closing tags/code/etc (like HTML) is where I like to use recursion. The code structure matches the data structure, so you only have to reason about it once.