Refactoring
|
Proposed by
|
Add identifier to END
statement (e.g. END SUBROUTINE FOO). |
Jay Carlton |
Change comments from old styles to new style |
Jay Carlton |
Change subroutines with a single intent(out) argument to
functions |
Jay Carlton |
Declare functions as PURE where applicable |
Jay Carlton |
Find literal values that would be better off as PARAMETER
values |
Jay Carlton |
Remove unused dummy arguments |
Jay Carlton |
Convert GOTOs within loops to
CYCLE/EXIT |
Bob Apthorpe |
Find
/ delete unused functions (remove dead and outdated code) |
Maksym Petrenko |