Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Synster So comming back to my question: how much was the test coverage? Did your breaking change also break any test?
If not, I still don't hold you responsible.
With hindsight, it's easy to say that "this refactoring was not needed", yet at the moment it made sense to you and might have been a good thing in the long run.
And delaying and postponing timelines is one my favorite activities. People like to confuse wishful thinking with proper estimates. -
Synster6187y@k0pernikus Agreed, Didn't break any test in the immediate application but one isolated use case in an another application not covered in test.
But all that doesn't matter when you broke something that was already working as per PM.
Related Rants
Tried refactoring working legacy code :(
rant
wk81