Over confidence and coffee are the only unit tests I need
Also, it still counts as pushing straight to prod if your PR reviewer gives it a once-over and stamps it with “LGTM”
deleted by creator
I once wrote a script from beginning to end that executed correctly the first time I ran, I spent the next 30 minutes troubleshooting.
I still remember the one time I wrote code that worked the first try.
It was a single function of minimal complexity, but it’s literally the only time that’s happened with more than one line or conditional, so it’s special to me dammit.
The moment you need to break your code to make sure it was working.
Running it in a test environment and then not having users test (vendor upgrade, in-house internal-facing app, or integration), and then being ordered to put it in prod, then people start mentioning the things they should’ve been mentioning all along. Can’t blame them, as our timelines are short and every department is overworked and varying degrees of being understaffed.