9
P1Ro
6y

After finnishing all functionality defined in koncept our boss said that we should write some unit tests.

Wrote first one and already found 2 bugs.
I guess we should start with tests earlier 😅😷

Comments
  • 1
    always have major parts tested
    also write it testable
  • 1
  • 1
    TDD will save you a lot of headache. When my team pushes code, we know it works because we wrote (good) tests first :D
Add Comment