kenu / solid star
dboyliao 2015-11-25
Update README.md
@1182b446015e7b18e143e0dd80b91cc760fd4de1
README.md
--- README.md
+++ README.md
@@ -19,6 +19,19 @@
         - [Wiki](https://en.wikipedia.org/wiki/Interface_segregation_principle)
     - `D`:
 
+## Running the Code
+
+All the submodules are managed in the same way, which means you can run the code using the same syntax. For example, if you want to see the result of the sample code for Open/Close principle, just run:
+
+```
+python -m python_code.bad.open\_close   # See the result of bad implementation
+python -m python_code.good.open\_close  # See the result of good implementation
+```
+
+However, it is recommanded to see the source code and get an understanding of what the issue is and possible way to solve it.
+
+Enjoy coding!
+
 ## Other Interesting Articles
 
 - [Programming Done By Superstition](https://utcc.utoronto.ca/~cks/space/blog/programming/ProgrammingViaSuperstition)
Add a comment
List