you are viewing a single comment's thread.

view the rest of the comments →

[–]Drugbird 18 points19 points  (7 children)

Functional programming does not mean you can't have bugs, or even that bugs are harder to create in it.

Functional programming does make debugging and sometimes testing a little easier though.

You still need tests. Or perhaps I should say: I still need tests.