Version 10 (modified by manualwiki, 10 years ago) (diff) |
---|
Using refactorings ¶
Note that in the current output of the tool, the layout of the code parts changed by the refactorings are pretty printed.This does not affect the layout of those code parts that are left untouched.
Rename refactorings ¶
Function interface ¶
- Generalize function
- Reorder paremeters
- Tuple funpar
- Generate function specification
- Introduce import
Move definition ¶
Expression structure ¶
- Eliminate variable
- Merge expressions
- Inline function
- Extract function
- Inline macro
- Expand fun expression
- List comprehensions
- Duplicate Code Elimination?