Group: comp.lang.fortran · Group Profile · Search for Operationgive in comp.lang.fortran
Author: ttw
Date: Jan 19, 2007 15:55
....) Each variable in a subroutine (or include file or module or whatever) gets a comment explaining what the variable is. (I do skip i,j,k,l,m,n as being reserved for DO indices operationg on arrays. A legacy of the 1604.) I keep the comments in alphabetical order (sometimes separating Integers or Reals or Characters), because that's easy and neutral with respect to the actual names. One can ...
|