Skip to content

Instantly share code, notes, and snippets.

View frg's full-sized avatar
:shipit:

Jean Farrugia frg

:shipit:
View GitHub Profile
@frg
frg / uncle_bob_scribe_oath.md
Created July 3, 2017 20:58 — forked from ebramanti/uncle_bob_scribe_oath.md
Uncle Bob Scribe's Oath

Uncle Bob - Scribe's Oath

  1. I will not produce harmful code.
    • I will not intentionally write code with bugs.
    • This means: Do your best.
  2. I will not produce code that's not my best.
  3. I will provide with each release a quick, testable & repeatable proof that the code works.
  4. I will not avoid release that will impede progress.
    • Short term rapid releases
  5. I will fearlessly and relentlessly improve the quality of code.
  • I will never make the code worse.