Hacker News new | ask | show | jobs
by rs86 2898 days ago
Pure functions can be even better if they are combinators, I mean, no free variables used. When you have no free variables you have exactly zero dependencies on any other code unit. It makes your code unit testable to the extreme.