Hacker News new | ask | show | jobs
by colinjoy 1196 days ago
As someone who dabbles in code without too much of an idea of what he is doing, using pure functions whenever possible helps me reduce cognitive complexity and makes the code more easily testable.
1 comments

I'd say this answer is the most succinct and accurate here.