17

finally someone said it

Comments
  • 1
    There is a thing called copy paste for larger text.
  • 3
    If you don't test, I don't see you as a good programmer. Simple as that.
  • 0
    @k0pernikus i could have opened the site on mobile and taken a screenshot, but i didn't
  • 2
    Excuses for shoddy coding practices.
  • 1
    @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...
  • 2
    @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.
  • 1
    @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.
  • 0
    @devRB13 for sure. I agree. The Op of the screenshot above doesn’t seem to.
Add Comment