Browse Source

added reasons.md where i expain why i made certain decisions

digital 7 years ago
parent
commit
18e0b08b8d
1 changed files with 54 additions and 0 deletions
  1. 54 0
      reasons.md

+ 54 - 0
reasons.md

@@ -0,0 +1,54 @@
+# What is this?
+In this document I explain why i made certain design decicions.
+
+# Config
+
+**Why are there so many different config files?**
+
+Multiple files increase flexibility. You can always merge them in a single file if you want.
+
+# General design
+
+**What is digilib?**
+
+digilib is a library with not project specific code. This way i don't rewrite the same code for every project.
+
+# Code Design
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--  -->