diff options
Diffstat (limited to 'developers-mantra.md')
| -rw-r--r-- | developers-mantra.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/developers-mantra.md b/developers-mantra.md new file mode 100644 index 0000000..e38aabf --- /dev/null +++ b/developers-mantra.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | --- | ||
| 2 | layout: page | ||
| 3 | title: Developer's mantra | ||
| 4 | description: Basic rules every developer should follow | ||
| 5 | --- | ||
| 6 | |||
| 7 | 1. Follow Occam's razor whenever you can. | ||
| 8 | 2. Early optimization is the root of all evil. | ||
| 9 | 3. Always be transparent and truthful. | ||
| 10 | 4. Focus on little incremental steps. | ||
| 11 | 5. Document everything and follow standards. | ||
| 12 | 6. Assumption is the mother of all fuck ups. | ||
