From 89bfd1cb225cde7d29bf106de1d36e7bbe9e460f Mon Sep 17 00:00:00 2001 From: Alexandre Croteau-Pothier Date: Tue, 6 Jun 2017 08:52:17 -0400 Subject: [PATCH] Adds wiki.c2.com to general coding advice section wiki.c2.com is a goldmine of information on design patterns and object oriented programming. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65dbae65..57f1dfd4 100644 --- a/README.md +++ b/README.md @@ -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