Archive

Archive for the ‘Overview’ Category

DevExpress Refactor! for C++

June 29th, 2010 Comments off

Refactor! for C++ integrates with Visual Studio to automate common code restructuring tasks also known as code refactoring. Refactor! was designed to do these tasks with an absolute minimum of effort required from the developer. So, extracting a block of code into a method will automatically determine all parameters the block of code requires, and create the most appropriate method signature, insert the extracted code into it, and then add calling code at the location the code was extracted. All you need to do is to select the code to be extracted and where to put the new method, and Refactor! will take care of everything else.

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…