Hacker News new | past | comments | ask | show | jobs | submit login

I've noticed the complete opposite. There's less of an emphasis on unit tests, but that's because the nature of FP enables you to need less of them. Instead of needing to check (at least as often) if objects behave correctly, you can write the few tests necessary to give you some regression abilities later on.

I've noticed a huge emphasis on testing the sytem, specifically through means of generative/property-based testing.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: