Extract Method

From FDT Documentation

(Difference between revisions)
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
The Extract Method refactoring allows you to select a block of code and convert it
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.
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.
 +
 +
 +
[[Extract Constant]]

Latest revision as of 23:47, 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.


Extract Constant

Get FDT5