coding styles conventions and standards

This commit is contained in:
Morgan 2017-07-17 13:56:12 +02:00 committed by GitHub
parent 8d302c8e13
commit b76e37e76b

View File

@ -1185,6 +1185,7 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [Lucas Medeiros Reis](https://dev.to/iamlucasmreis/the-single-most-important-driver-of-software-quality) - The Single Most Important Driver Of Software Quality
* [GitHub](https://github.com/showcases/clean-code-linters) - Clean code linters
* [Ansible Best Practises](https://github.com/enginyoyen/ansible-best-practises) - A project structure that outlines some best practises of how to use ansible
* [Awesome Guidelines](https://github.com/Kristories/awesome-guidelines) - A curated list of high quality coding style conventions and standards.
## 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