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, […]