diff --git a/README.md b/README.md index 7b707a8..728b38d 100644 --- a/README.md +++ b/README.md @@ -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