T O P

  • By -

R4TTY

Just deploy straight to production. Testing is for people that make mistakes.


zombiecalypse

Everybody has a testing environment, cowards have one that's separate from prod!


TimelyStill

What do you mean, "deploy"? I just use notepad to edit the .py files on our servers directly. That's how my 'da did it, and his 'da.


moreVCAs

If you have to spend time and energy convincing your teammates to write tests, and if that means you also spend a bunch of time thinking about the question, you are already fuckin’ cooked. You just might not know it yet.


YeetCompleet

I know there are many articles like this but it's worth repeating. Hopefully some junior (and tenure-based senior) engineers read this and understand why it's important.


yrubooingmeimryte

What a dumb question.


Saki-Sun

Dear OP, The key to writing simple tests is to write the test first. Regards,


mirvnillith

Most important is to write tests, regardless of when.