Changes between Version 2 and Version 3 of FpCodingStandard


Ignore:
Timestamp:
May 22, 2014, 11:18:42 AM (10 years ago)
Author:
pesei
Comment:

add who? in 6.

Legend:

Unmodified
Added
Removed
Modified
  • FpCodingStandard

    v2 v3  
    1212  5. Variables that are passed between subroutines should be marked in the subroutine as input (`i)`, output (`o`) or both (`i/o`) when values are changed both in the subroutine and in other routines. This should be done just below the subroutine statement. Again, this has become a mess because of the automatic transcription. We will try to make it systematic again.
    1313
    14   6. If you make changes in a subroutine, explain them in the header: Why? What? When?
     14  6. If you make changes in a subroutine, explain them in the header: Who? Why? What? When?