kenu / solid star
dboyliao 2015-11-25
Add README.md
@785e1c0ae93de9f9ec239466f84237e6032f7edc
 
README.md (added)
+++ README.md
@@ -0,0 +1,18 @@
+## SOLID - Principles that Apply
+
+This page is destinated to collect some good resources (IMHO) in order to give
+an overview over good priciples that should apply to software designe.
+
+- [Intro to `SOLID`](http://www.wikiwand.com/en/SOLID_(object-oriented_design))
+    - `S`: Single Responsibility Principle.
+        - [link](http://www.oodesign.com/single-responsibility-principle.html)
+    - `O`: Open/Close Principle.
+        - [link](http://joelabrahamsson.com/a-simple-example-of-the-openclosed-principle/)
+    - `L`:
+    - `I`:
+    - `D`:
+
+## Other Interesting Articles
+
+- [Programming Done By Superstition](https://utcc.utoronto.ca/~cks/space/blog/programming/ProgrammingViaSuperstition)
+- [Object Mentor](http://www.objectmentor.com/resources/publishedArticles.html)
Add a comment
List