From b76e37e76bc8995576fa4a831852838425748028 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 17 Jul 2017 13:56:12 +0200 Subject: [PATCH] coding styles conventions and standards --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf8b1df..432219c 100644 --- a/README.md +++ b/README.md @@ -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