display article related to code principles

This commit is contained in:
Morgan 2017-07-12 19:25:59 +02:00 committed by GitHub
parent 5c2eb80024
commit 54ec177968

View File

@ -9,13 +9,14 @@
* [Christopher Diggins](http://www.artima.com/weblogs/viewpost.jsp?thread=331531) - The Principles of Good Programming * [Christopher Diggins](http://www.artima.com/weblogs/viewpost.jsp?thread=331531) - The Principles of Good Programming
* You are the books you read, the films you watch, the music you listen to, the people you spend time with, the conversations you engage in. Choose wisely what you feed your mind. * You are the books you read, the films you watch, the music you listen to, the people you spend time with, the conversations you engage in. Choose wisely what you feed your mind.
* [Lars Kappert](https://webpro.github.io/programming-principles/) - Categorized Overview of Programming Principles * [Lars Kappert](https://webpro.github.io/programming-principles/) - Categorized Overview of Programming Principles
* don't change code you don't understand * [Lucas Medeiros Reis](https://dev.to/iamlucasmreis/the-single-most-important-driver-of-software-quality) - The Single Most Important Driver Of Software Quality
* never merge a branch with known defects * don't change code you don't understand
* use checklists to make sure the whole problem is solved * never merge a branch with known defects
* static analysis tools for everything * use checklists to make sure the whole problem is solved
* code review for everything * static analysis tools for everything
* test (automated and manual) * code review for everything
* make small changes and iterate * test (automated and manual)
* make small changes and iterate
# from my Bullet Journal # from my Bullet Journal
## Values ## Values