Add section about debugging

This commit is contained in:
Charles-Axel Dein 2015-11-25 15:27:32 -08:00
parent c6d9e08b75
commit 33b7909aa9
1 changed files with 6 additions and 1 deletions

View File

@ -45,4 +45,9 @@ Articles
### Know your git
* [Git Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet)
* [git-tips](https://github.com/git-tips/tips)
* [git-tips](https://github.com/git-tips/tips)
### Know how to debug
* [Rubber Duck Problem Solving](http://blog.codinghorror.com/rubber-duck-problem-solving/)
* [5 Whys](https://en.wikipedia.org/wiki/5_Whys)