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
-
@k0pernikus i could have opened the site on mobile and taken a screenshot, but i didn't
-
devRB132847y@destriaero Not really. If most of the business biz logic is on DB side and if the requirements are changing frequently, it’s definitely not worth your time to write unit tests...
-
@devRB13 I’d wager that if most of your business logic is on the dB side, something is wrong. But I digress, testing whether unit or integration is mandatory for a project that’s bigger than 1 dev imo.
-
devRB132847y@destriaero I agree that testing is mandatory. I’m just saying, in such cases it would be better to focus on automated integration tests than trying to achieve 100% code coverage by unit tests.
Related Rants
finally someone said it
rant
php
tdd
unit tests