Introducing XP—XP Principle 3: Make Incremental Changes
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
XP Principle 3: Make Incremental Changes
XP promotes incremental changes. When you make a large change and then encounter a bug or problem, through compilation or testing, you have a large area of code to search. Making smaller, incremental changes will help you identify new problems. This approach will also build confidence when making changes.
|

