Agile Principles, Patterns, and Practices
Agile Principles, Patterns, and Practices in C# Written by one of the founders of Agile Development, Robert Martin aka "Uncle Bob" (or Bob as I'll refer to him), its a variation of his book: "Agile Principles, Patterns and Practices" for C#. I'm reading the C# version since its what's available on Safari Books (free to me!). But not to worry, its not a C# book per se and many of the chapters are language independent. Plus C# is very (very) like Java or even php 5.2+ which is also like Java so its easy to follow the code examples if you know those languages. Below are mostly key quotes from Bobs book. When I add I'll usually prefix with "Denis aside:" " Manifesto for Agile Software Development We are uncovering better ways of developing software by doing it and helping others do it. Through this work we have come to value: Individuals and interactions over processes and tools Working software over comprehensive docum...