Phrase of the Software Craftsman 008
“Bad code tempts the mess to grow! When others change bad code, they tend to make it worse.” -Robert C. Martin (Clean Code)
“Bad code tempts the mess to grow! When others change bad code, they tend to make it worse.” -Robert C. Martin (Clean Code)
“Bad code tries to do too much it has muddle intent and ambiguity of purpose.” -Robert C. Martin (Clean Code) External source: https://tales-of-agile-adoption.blogspot.com/2012/11/phrase-of-software-craftsman-009.html
“Clean code always looks like it was written by someone who cares.” -Michael Feathers External source: https://tales-of-agile-adoption.blogspot.com/2012/11/phrase-of-software-craftsman-007.html
“Code should be composed in such a form as to make it readable by humans.” -Robert C. Martin (Clean Code) External source: https://tales-of-agile-adoption.blogspot.com/2012/10/phrase-of-software-craftsman-006.html
“Code that communicate its purpose is very important”. -Martin Fowler (Refactoring) External source: https://tales-of-agile-adoption.blogspot.com/2012/10/phrase-of-software-craftsman-005.html
“Before you start refactoring, check that you have a solid suite of tests. These tests must be self-checking.” -Martin Fowler (Refactoring) External source: https://tales-of-agile-adoption.blogspot.com/2012/10/phrase-of-software-craftsman-004.html
“[…] spending time keeping your code clean is not just cost effective; it’s a matter of professional survival.” -Robert C. Martin (Clean Code) External source: https://tales-of-agile-adoption.blogspot.com/2012/10/phrase-of-software-craftsman-003.html
Agile Atlas (see the About Page) If you are new to Agile, and related methodologies like Scrum, here is an online “Atlas” or Dictionary about all those topics. Below is an extract from the About section explaining, in summary, the site’s purpose. The long-range purpose of this site is to provide an “encyclopedia” of information about Agile and…
“Refactoring changes the programs in small steps. If you make a mistake, it is easy to find the bug.” -Martin Fowler (Refactoring) External source: https://tales-of-agile-adoption.blogspot.com/2012/10/phrase-of-software-craftsman-002.html