Categories
Programming Software development

We should be able to write test for every bug reported showcasing bug

In my opinion if bug was reported by client then it shouldn’t happen again. Writing good test securing this is worth an effort in many cases. Even simpel unit test showcasing error (if it’s possible), then it’s worth to commit test case showing error, and now tests should fail. Then write fix and commit that, now tests should be green.

Leave a Reply

Your email address will not be published. Required fields are marked *