7
oraro
6y

So i'm working with people from another team to bring about a feature. I was wondering, "how come they're churning out so much shit in so little time!?"

Apparently, they make code, merge request to the release branch, and then do unit tests later.

How do people, in good conscience, think that they can skip unit testing for extremely vital components???

Comments
  • 3
    Well they can if they think the code will pass. But it's a risky game because if a change has introduced a bug, it takes more time to see which commit did that.
Add Comment