📄️ Continuous Integration - CI
"Continuous integration doesn’t eliminate bugs, but it makes them dramatically easier to find and remove." - Martin Fowler
📄️ Daily Stand Up Meetings
"Having the best ideas, the sharpest code, or the most pragmatic thinking is ultimately sterile unless you can communicate with others." - Andy Hunt & Dave Thomas
📄️ Pair Programming
"Given enough eyes, all bugs are shallow." - Linus's Law, Eric Steven Raymond
📄️ Coding Patterns and Standards
"The amount of time spent reading code versus writing it is well over 10 to 1. So, making code easier to read makes it easier to write." - Robert C. Martin
📄️ Refactoring
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." - Martin Fowler
📄️ Test-Driven Development - TDD
"I’m not an excellent programmer; I’m just a good programmer with excellent habits." - Kent Beck