clean code advices by Lucas Medeiros Reis

This commit is contained in:
Morgan 2017-07-12 19:27:01 +02:00 committed by GitHub
parent 54ec177968
commit cde707c025

View File

@ -1109,6 +1109,7 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [linters](https://github.com/mcandre/linters) - list of linters and introduction to static code analysis
* [Awesome Static analysis](https://github.com/mre/awesome-static-analysis) - A curated list of static analysis tools, linters and code quality checkers for various programming languages
* [Idiomatic Rust](https://github.com/mre/idiomatic-rust) - Guidelines for writing elegant Rust programs
* [Lucas Medeiros Reis](https://dev.to/iamlucasmreis/the-single-most-important-driver-of-software-quality) - The Single Most Important Driver Of Software Quality
## Debugging
* [The Geek Stuff](http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/) - How to Debug C Program using gdb in 6 Simple Steps