Archive

Posts Tagged ‘Refactor Pro’

What is refactoring? Benefits of a code refactoring

September 7th, 2010 Comments off

Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a ‘refactoring’) does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, it’s less likely to go wrong. The system is also kept fully working after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring.”

Martin Fowler, www.refactoring.com

Read more…

DevExpress Refactor! Pro

June 28th, 2010 Comments off

Revolutionary code refactoring and simplification tools for Visual Studio developers. Refactor! Pro is the defacto standard refactoring toolset for Visual Studio. It fuses a language-independent state-of-the-art code shaping engine with a highly-optimized user experience. Unlike other refactoring solutions that target the system architect, Refactor! is designed to help all developers craft and sculpt their code with the speed and efficiency needed to meet their line of business demands. Refactor! combines extreme power with unprecedented ease of use. Refactor! is built on the DXCore engine.

Read more…