244
DO NOT MERGE
(feddit.dk)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Why did they submit this as a pull request in the first place? Just commit it to a WIP branch until it’s ready to merge. Am I missing something?
Probably to get some other benefitof the PR system, such as CI tests
Does gerrit have a draft state? In azure devops you can mark PR as draft , won't trigger any builds but you can still start them manually
I don’t remember if it did when I used it. Our convention was to -2 your own change until it was ready to go 😅