Extract Method

From FDT Documentation

(Difference between revisions)
Jump to: navigation, search
Aklement (Talk | contribs)
(Created page with "The Extract Method refactoring allows you to select a block of code and convert it to a method. FDT automatically infers the method arguments and return types. This is useful whe...")
Newer edit →

Revision as of 23:44, 12 September 2011

The Extract Method refactoring allows you to select a block of code and convert it to a method. FDT automatically infers the method arguments and return types. This is useful when a method is too big and you want to subdivide blocks of it into different methods.

Get FDT5