top | item 46414593

(no title)

ronnier | 2 months ago

It’s taken years off of my life dealing with the test mess people have made with it.

discuss

order

nsxwolf|2 months ago

Absolutely the worst. 1000 line test setups that shatter into pieces the instant you try to make the simplest change to a function. Makes refactoring an absolute nightmare.

pjc50|2 months ago

What's specifically bad about Mockito here? Poor defaults for mocks?

mangodrunk|2 months ago

Which is absurd that people use mocks considering the tests are supposed to help with refactoring but because of the mocks they can’t make a change without breaking the test.

the_arun|2 months ago

I wish there are tests written to cover functionalities (& race conditions) instead of covering lines/branches.