From 328323b4d022ba394a73fe721335afd2ed936d5b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 9 Dec 2018 22:34:31 +0100 Subject: content update --- developers-mantra.md | 12 ++++++++++++ rules-for-developers.md | 14 -------------- 2 files changed, 12 insertions(+), 14 deletions(-) create mode 100644 developers-mantra.md delete mode 100644 rules-for-developers.md 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 @@ +--- +layout: page +title: Developer's mantra +description: Basic rules every developer should follow +--- + +1. Follow Occam's razor whenever you can. +2. Early optimization is the root of all evil. +3. Always be transparent and truthful. +4. Focus on little incremental steps. +5. Document everything and follow standards. +6. Assumption is the mother of all fuck ups. 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 @@ ---- -layout: page -title: Rules for developers -description: Basic rules every developer should follow ---- - -Rules I accumulated over the years. - -1. Follow Occam's razor whenever you can. -2. Early optimization is the root of all evil. -3. Always be transparent and truthful. -4. Focus on little incremental steps. -5. Document everything and follow standards. -6. Assumption is the mother of all fuck ups. -- cgit v1.2.3