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
-
You don't always have to unit test code. Some code is not really unit testable (eg. database code), some code is not complex enough to need testing (getters, setters).
Even when it would be sensible to write unit tests, the situation could be such that writing unit tests is not feasible because of budget and/or time shortages. -
Brolls31556yI’ve legit had someone say “we don’t unit test here, we pay our developers to write working code, not broken code”
On the one hand I totally get their reasoning, but on another... 🤷♂️ 👎
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
Manager: Unit testing is not our priority.
Me: What exactly is our priority?
rant
wtf