Code
Last updated
Last updated
When examining complex script, it's hard to look at 10 screens of code and extensive nesting.
Code feature displays a tree of statements, with each statement containing all the sub-elements. Clicking on any node selects it in the source script.
The syntax tree complexity (number of nodes) is used to grade the object complexity. Not the number of statements, not lines of code, nor script length.