Changes between Version 13 and Version 14 of Documentation/T3Q/Quality-Checks/Code-Style
- Timestamp:
- 12/17/24 19:05:37 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/T3Q/Quality-Checks/Code-Style
v13 v14 263 263 * '''Dependant Tags in XML Configuration''': - 264 264 265 This check makes sure there are no '''valueof''' operations on "pure" values. This currently covers references to local variables and formal parameters.265 This check makes sure there are no '''valueof''' operations on "pure" values. This currently covers references to local variables, formal parameters, component variables, return types of functions, and defined templates. 266 266 267 267 {{{ … … 275 275 v_ValueCms := f_ConvertInchesToCm(valueof(v_ToConvertTemplate)); 276 276 } 277 //TODO: further examples with return values, parameters, etc278 279 277 function f_Work ( 280 278 float p_ToConvert,