Hacker News new | ask | show | jobs
by efa 1811 days ago
>>Most coders are interested in learning how to code in a purely functional manner

I didn't realize that was true. Long time coders or newbies?

1 comments

I scratched my head about that too but I took it mean that functional programming concepts has its place in all paradigms and, well, I guess it still doesn't validate the statement, haha. But ya, lots of people advocate for writing OO in a functional way _when possible_. Only mutating when it's necessary or far more convenient has great benefits.