5 lessons learned when I TDD an algorithm in JavaScript – Yonatan Kra

Algorithms can become very complex. They usually iterate a lot on the data, and tracking the steps can become difficult. What Uncle Bob suggests is to stub