Hacker News new | ask | show | jobs
by munchler 588 days ago
It takes a while to shed one's existing OO expectations, but after that, I think you'll find well-organized F# code to be easier to use than C#. Immutability and lack of side-effects makes it much simpler to reason about what someone else's code is doing, and then reuse it.

If you have any specific examples of discoverability/reusability issues in F#, I'd be curious to hear them.