Community

Replacing Depth-First Recursion With A Breadth-First While-Loop In Lucee CFML 5.3.3.62

(Ben Nadel) Recursion is a very powerful programming construct. And, I absolutely love recursion just as much as the next person (whether I’m dealing with recursive Promises in JavaScript, recursive templates in Angular, recursive components in Angular, or recursive algorithms in ColdFusion).