Changes between Initial Version and Version 1 of Ticket #52


Ignore:
Timestamp:
07/20/15 14:30:35 (9 years ago)
Author:
phdmakk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52 – Description

    initial v1  
    1 We would need means to configure T3Q to report when the depth of nested function/template calls is above a given limit which affects readability, maintainability and the performance of T3Q (estimated impact 10*4^Nesting_Depth).  
     1We would need means to configure T3Q to report when the depth of nested function/template calls is above a given limit which affects readability, maintainability and the performance of T3Q (estimated impact {{{10*4^Nesting_Depth}}}).  
    22 
    33In addition we would need some reporting for inline templates too, but for this we would also need some criteria regarding complexitiy of allowed inline templates as e.g. calls like "f_Myfunction({v_Element1, v_Element2})" may be acceptable.