Skip to content

Instantly share code, notes, and snippets.

@minghu6
Last active November 8, 2022 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minghu6/bf1ebff318bec9eb31f42dfb827c17d4 to your computer and use it in GitHub Desktop.
Save minghu6/bf1ebff318bec9eb31f42dfb827c17d4 to your computer and use it in GitHub Desktop.
a joke about code contributing and review
# pr joker1
review_queue = PRQ.new
mypr = :mypr
while conflict? review_queue.wait(mypr)
fix_and_rebase mypr
review_queue.push mypr
end
# never reach here
merge mypr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment