From 54ec177968a7eb53b00c3b580b4da5e482720f9c Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 12 Jul 2017 19:25:59 +0200 Subject: [PATCH] display article related to code principles --- PRINCIPLES.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 5998ee1..4f03746 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -9,13 +9,14 @@ * [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. * [Lars Kappert](https://webpro.github.io/programming-principles/) - Categorized Overview of Programming Principles -* don't change code you don't understand -* never merge a branch with known defects -* use checklists to make sure the whole problem is solved -* static analysis tools for everything -* code review for everything -* test (automated and manual) -* make small changes and iterate +* [Lucas Medeiros Reis](https://dev.to/iamlucasmreis/the-single-most-important-driver-of-software-quality) - The Single Most Important Driver Of Software Quality + * don't change code you don't understand + * never merge a branch with known defects + * use checklists to make sure the whole problem is solved + * static analysis tools for everything + * code review for everything + * test (automated and manual) + * make small changes and iterate # from my Bullet Journal ## Values