aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-12-09 22:34:31 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-12-09 22:34:31 +0100
commit328323b4d022ba394a73fe721335afd2ed936d5b (patch)
tree7cf76977794d1ec01dd757240b248b74c48ee21a
parent26f3ced522fd2cd4c04c7f257f7b9d3f4e7abe10 (diff)
downloadmitjafelicijan.com-328323b4d022ba394a73fe721335afd2ed936d5b.tar.gz
content update
-rw-r--r--developers-mantra.md (renamed from rules-for-developers.md)4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules-for-developers.md b/developers-mantra.md
index 96c25e9..e38aabf 100644
--- a/rules-for-developers.md
+++ b/developers-mantra.md
@@ -1,11 +1,9 @@
1--- 1---
2layout: page 2layout: page
3title: Rules for developers 3title: Developer's mantra
4description: Basic rules every developer should follow 4description: Basic rules every developer should follow
5--- 5---
6 6
7Rules I accumulated over the years.
8
91. Follow Occam's razor whenever you can. 71. Follow Occam's razor whenever you can.
102. Early optimization is the root of all evil. 82. Early optimization is the root of all evil.
113. Always be transparent and truthful. 93. Always be transparent and truthful.