DEV Community

Discussion on: Why unit test culture is broken

Collapse
 
moopet profile image
Ben Sinclair

So... why is unit test culture broken?

Collapse
 
francisluz profile image
Francis Luz

Thanks Ben, well in my point of view, there're a number of things... to point out a few I would say:

  • Unit test is not part of you development process
  • Rushed sprints with poor test cases
  • "Clients don't pay for it" I guess this is more company/team culture

Those are some that I can tell, make sense?

Collapse
 
moopet profile image
Ben Sinclair

I guess you're mostly saying that it's a problem because people don't do them? I thought from the title you meant that people were doing unit tests but something was wrong with the way they were done.

Thread Thread
 
francisluz profile image
Francis Luz • Edited

Wow, got it... yes I meant to say more about the culture of doing it itself.