Topic: Project stats
A very interesting function for Jeff to consider adding to Simply Fortran's FILE and/or PROJECT menus would be a function to display program source STATISTICS for either the whole-project (preferred) and/or an individual source file.
Stats to display could include, for example, these; the ones I'd find most interesting would be the source code line-counts:
- Number of source files (not forgetting INCLUDE files)
- Number of lines of source code
including all comments and blank lines
- Number of lines of source code
including comments but not blank lines
- Number of lines containing only comments
(not comments appended to program lines)
- Number of programs and subprograms
(main program plus modules, subroutines and functions)
- Number of function calls
- Number of subroutine calls
- Number of libraries linked from
- Number of cups of coffee consumed
- Number of hours spent on the program
when you should have been in bed
...stuff like that.
---
John