aboutsummaryrefslogtreecommitdiff
path: root/rules-for-developers.md
diff options
context:
space:
mode:
Diffstat (limited to 'rules-for-developers.md')
-rw-r--r--rules-for-developers.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/rules-for-developers.md b/rules-for-developers.md
deleted file mode 100644
index 96c25e9..0000000
--- a/rules-for-developers.md
+++ /dev/null
@@ -1,14 +0,0 @@
1---
2layout: page
3title: Rules for developers
4description: Basic rules every developer should follow
5---
6
7Rules I accumulated over the years.
8
91. Follow Occam's razor whenever you can.
102. Early optimization is the root of all evil.
113. Always be transparent and truthful.
124. Focus on little incremental steps.
135. Document everything and follow standards.
146. Assumption is the mother of all fuck ups.