Adds wiki.c2.com to general coding advice section

wiki.c2.com is a goldmine of information on design patterns and object oriented programming.
This commit is contained in:
Alexandre Croteau-Pothier
2017-06-06 08:52:17 -04:00
committed by GitHub
parent c4ff22183c
commit 89bfd1cb22

View File

@@ -48,6 +48,7 @@ When learning CS there are some useful sites you must know to get always informe
* [Dieter Rams : 10 Principles of Good Product Design](https://stephenhaunts.com/2013/12/11/dieter-rams-10-principles-of-good-product-design/)
* [10-ways-to-be-a-better-developer](https://stephenhaunts.files.wordpress.com/2014/04/10-ways-to-be-a-better-developer.png)
* [Working as a Software Developer](https://henrikwarne.com/2012/12/12/working-as-a-software-developer/)
* [Software design patterns and best practices](http://wiki.c2.com/)
# Coding Style
* [CS 106B Coding Style Guide](http://stanford.edu/class/archive/cs/cs106b/cs106b.1158/styleguide.shtml): must see for those who create spaghetti