Refactoring opportunities
Potential code refactoring opportunities are listed here: giant functions (those with too many lines of code) & lonely functions (those functions not called anymore). It is an useful complement to the Automated tests page.
Future plans:.
- add duplicate code detection, after token renaming
- possibly performance too
Giant functions
The following functions have exceed 20 lines of uncommented code and could benefit of refactoring. The largest functions are listed first.
Lonely functions
The following functions are (apparently) not called by oher functions. If so, they can be removed safely. Experimental.