Hacker News new | ask | show | jobs
by badsavage 2496 days ago
looks like you don't know FP

pure functions are completely separate to every other parts of your software, they are very readable and easy to debug

* edit: don't write functions longer than a few lines

1 comments

This. I've been using Clojure for a few years. Only once I had to actually use a debugger. Just out of curiosity.