PreviousNext

Code Refactoring (Software Gardening - Pruning)

by bill-s, 2015-03-21T09:21:51.000Z

Code refactoring isn’t code rewriting. Refactoring is the process of restructuring existing computer code without changing its external behaviour. This Software Gardening article talks about what is refactoring, why to refactor your code and the built-in refactorings in Visual Studio.

Read More