in reply to Re^2: Subroutines versus straight top to bottom scripts
in thread Subroutines versus straight top to bottom scripts
The effect is similar to a novel with the main equivalent to a list of chapters with the sub routines making up like the contents of a book.
Also when I need to check any part of the program I can see in the main where about it is
and can quickly "find" to the sub.
Making changes updating or removing is made alot easier especially when there are no inner subroutines.
Of course not all the sub routines are listed in main() as some are within called with others
|
|---|