Archive

Posts Tagged ‘Managed C++’

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…