Refactoring Code in Visual Studio 2005
Short Description
Refactoring Basics. Defined. Making improvements to code without changing its behavior. Visual Studio provides refactoring tools. C# only …
Website: www.pghtech.org | Filesize: 267kb
No of Page(s): 28
Content
…
Making improvements to code without changing its behavior.
Visual Studio provides refactoring tools
- C# only
- VB DevExpress download (http://www.devexpress.com)
Benefits
- Increased re-use of code
- Fewer re-writes
- Fewer duplicate / similar methods
- Code reviews without breaking the code
+ Refactoring done with the compiler!
…
Get the file Download here
Related Books:Related Searches: visual studio 2005, breaking the code, short description, improvements
Comments
Leave a Reply