• 0 Posts
  • 14 Comments
Joined 9 months ago
cake
Cake day: September 30th, 2023

help-circle





  • Before everyone loses their minds, in Extreme Programming there are safeguards other than PR reviews. Before you submit a PR, you are supposed to have written the tests and to have written your code with pair programming, so your code already has some safety measures in place. On top of that, when you merge and deploy, more tests are run, and only if all of them are green do your changes go into production.