diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-11-30 12:04:46 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-11-30 12:04:46 +0100 |
| commit | 8f7dea3e73db99210e3b305fc4f52bbbb1bb99c8 (patch) | |
| tree | aa5d3bed1a6d4c77c8cff018e94a112719043673 /rules-for-developers.md | |
| parent | 2daf2c7d4b037f0e3e1269d8fa3d9da4b4131b0c (diff) | |
| download | mitjafelicijan.com-8f7dea3e73db99210e3b305fc4f52bbbb1bb99c8.tar.gz | |
content update
Diffstat (limited to 'rules-for-developers.md')
| -rw-r--r-- | rules-for-developers.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rules-for-developers.md b/rules-for-developers.md new file mode 100644 index 0000000..eed3539 --- /dev/null +++ b/rules-for-developers.md | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | --- | ||
| 2 | layout: page | ||
| 3 | title: Rules for developers | ||
| 4 | description: Basic rules every developer should follow | ||
| 5 | --- | ||
| 6 | |||
| 7 | Rules I accumulated and abided by over the years. | ||
| 8 | |||
| 9 | 1. Follow Occam's razor whenever you can. | ||
| 10 | 2. Early optimization is the root of all evil. | ||
| 11 | 3. Always be transparent and truthful. | ||
| 12 | 4. Focus on little incremental steps. | ||
| 13 | 5. Document everything and follow standards. | ||
