Hacker News new | ask | show | jobs
by FPGAhacker 2731 days ago
A lot of things seem to get lumped into “functional” programming. The lexicon changes so I may just be behind the times, but ensuring every condition of branch logic is covered is not an aspect of functional programming as I understand it. And I may be wrong.
1 comments

Without getting into what is and isn’t functional programming, exhaustive pattern matching is a very useful feature present in some functional languages.