The main() method is sometimes a good place to start
It's where the application expects to start
It can reach into almost any part of the code
Doesn't always work; many main() methods are not designed to be called more than once or from another main() method