Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gdumitrescu/5865375 to your computer and use it in GitHub Desktop.
Save gdumitrescu/5865375 to your computer and use it in GitHub Desktop.
The Ten Commandments of Egoless Programming (Source: On Being A Senior Engineer)

The Ten Commandments of Egoless Programming

  1. Understand and accept that you will make mistakes.
  2. You are not your code.
  3. No matter how much "karate" you know, someone else will always know more.
  4. Don't rewrite code without consultation.
  5. Treat people who know less than you with respect, deference, and patience.
  6. The only constant in the world is change. Be open to it and accept it with a smile.
  7. The only true authority stems from knowledge, not from position.
  8. Fight for what you believe, but gracefully accept defeat.
  9. Don't be "the coder in the corner."
  10. Critique code instead of people – be kind to the coder, not to the code.

Source: On Being A Senior Engineer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment