Branch Lines
Did you ever tried to understand a piece of code that had a lot of nested control statements? If
yes, you probably know how difficult it can be. What about having some sort of connecting lines
between the opening and closing parts of each control statement, thus emphasizing all that laboriously nested
code? This is what the Branch Lines feature can do for you.
Note
-
For better branch lines visibility, please make sure that your code is formatted using a dedicated tool
(like the CodeSMART Code Formatter) so that nested code is
indented relatively to its parent.
See also
Back To Top
|