Hacker News new | ask | show | jobs
by russianator 1886 days ago
Not everything needs abstraction.

FP (Functional Programming) has it's place. Sometimes a pure function is a beautiful thing to have.

It's also ok to mix OOP and FP.