Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 1 month agofuck the testslemmy.dbzer0.comimagemessage-square46fedilinkarrow-up1854arrow-down111
arrow-up1843arrow-down1imagefuck the testslemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 1 month agomessage-square46fedilink
minus-squarePsaldorn@lemmy.worldlinkfedilinkarrow-up8·1 month agoIf I rebase my branch with main I do not expect any failing tests. If you waste my time merging shit code, fuck you. Fix your shit. Unless prod is on fire and the CEO is prowling (even then, I’d argue standards should be maintained)
minus-squareRamblingPanda@lemmynsfw.comlinkfedilinkarrow-up5·1 month agoI don’t say this is good practice, you shouldn’t even be able to merge to main with failing tests. I’ve implemented an emergency flag to do this, but I don’t want to use it in normal, daily business.
If I rebase my branch with main I do not expect any failing tests. If you waste my time merging shit code, fuck you. Fix your shit.
Unless prod is on fire and the CEO is prowling (even then, I’d argue standards should be maintained)
I don’t say this is good practice, you shouldn’t even be able to merge to main with failing tests. I’ve implemented an emergency flag to do this, but I don’t want to use it in normal, daily business.