😎 coding style

This commit is contained in:
Sonkeng Maldini
2017-03-05 22:06:47 +01:00
committed by GitHub
parent 49825ab77d
commit 19ddba49b2

View File

@@ -37,3 +37,13 @@ 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/)
# 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
* Google C++ Style Guide (https://google.github.io/styleguide/cppguide.html)
* What are some bad coding habits you would recommend a beginner avoid getting into? (https://www.reddit.com/r/learnprogramming/comments/1i4ds4/what_are_some_bad_coding_habits_you_would/)
* Good C programming habits. • /r/C_Programming (https://www.reddit.com/r/C_Programming/comments/1vuubw/good_c_programming_habits/)
* How to Report Bugs Effectively (http://www.chiark.greenend.org.uk/~sgtatham/bugs.html)
* Debugging Faqs (http://www.umich.edu/~eecs381/generalFAQ/Debugging.html)
* Stuff you need to Code Better! (http://codebetter.com/)