Changes between Version 5 and Version 6 of coding_rules


Ignore:
Timestamp:
02/16/16 14:09:15 (9 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • coding_rules

    v5 v6  
    8888  Input* vx_input=GetInput(inputs,VxInput);
    8989}}}
    90 
    91  - Functions that return an output corresponding to a given input should be named as follows:
    92    - EnumToString
    93    - IdToName
    94 Never ever Id2Name or IdAsName,...
    95 If necessary, "From" can be used instead of "To" if emphasis has to be put on the input:
    96    - ResultFromInputs