Changes between Version 7 and Version 8 of FpCodingStandard


Ignore:
Timestamp:
Sep 11, 2022, 10:03:02 AM (20 months ago)
Author:
pesei
Comment:

make INTENT definive

Legend:

Unmodified
Added
Removed
Modified
  • FpCodingStandard

    v7 v8  
    1717
    1818  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.
    19  
    20   ''Is it also acceptable if an INTENT keyword is present in the declaration section?''
     19It is also acceptable if an INTENT keyword is present in the declaration section,
    2120
    2221  6. If you make changes in a subroutine, explain them in the header: Who? Why? What? When?