15
kiki
4y

If you’re angry at testers for constantly finding bugs and returning your garbage tasks, don’t. Wipe the Cheetos dust off your fingers and keyboard just once and try to write something that will actually work properly.

Comments
  • 6
    Respect your testers, they drive you insane, to make you a better dev.
  • 0
    Better still - start writing tests yourself! Then you know when you break things, before you get "unwanted" feedback later. Simples!
  • 1
    @Mooie

    Having trouble with code quality? Write a lot of tests. And I mean a *lot*. Test every file in isolation. Mock as many imports as possible.

    When you're done, your code will still be bad, but now your tests will make sure it's impossible to improve anything in any meaningful way.
  • 1
    Don’t get angry at the testers for calling you out on your crap. Stop writing crap.
Add Comment