ENVY/QA User Guide : Code Critic : Method Reviews : Too Many Consecutive Concatenations
Too Many Consecutive Concatenations
Warns if the method contains statements with too many consecutive concatenations; for example, as in:
'hello ',self firstName,' ',self lastName,'. How are you ',self weather printString,' today? '
D:\Documents\VAS Documentation Word\images\tips.gif
Too many consecutive concatenations create unnecessary intermediate collections, which could affect the performance of the code.
 
Last modified date: 05/19/2020