Changes between Version 13 and Version 14 of Documentation/T3Q/Quality-Checks/Code-Style


Ignore:
Timestamp:
12/17/24 19:05:37 (5 days ago)
Author:
phdmakk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/T3Q/Quality-Checks/Code-Style

    v13 v14  
    263263 * '''Dependant Tags in XML Configuration''': - 
    264264 
    265 This check makes sure there are no '''valueof''' operations on "pure" values. This currently covers references to local variables and formal parameters. 
     265This 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. 
    266266 
    267267{{{ 
     
    275275                v_ValueCms := f_ConvertInchesToCm(valueof(v_ToConvertTemplate));  
    276276        } 
    277         //TODO: further examples with return values, parameters, etc 
    278  
    279277        function f_Work ( 
    280278                float p_ToConvert,