Hacker News new | ask | show | jobs
by badpun 1235 days ago
> but the tricky logic can be isolated in pure functions

That's not really FP though. In FP, you only have pure functions and not a mix of pure and impure.

1 comments

Perfect is the enemy of good. I’ll take any percentage of pure functions that I can get.