Changes between Version 5 and Version 6 of coding_rules
- Timestamp:
- 02/16/16 14:09:15 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
coding_rules
v5 v6 88 88 Input* vx_input=GetInput(inputs,VxInput); 89 89 }}} 90 91 - Functions that return an output corresponding to a given input should be named as follows:92 - EnumToString93 - IdToName94 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