What general technique could be used to make the program more easily understood?

A good answer might be:

A Circle class could be defined that puts all the messy details into a module.

End of the Chapter

The Circle class would put all the messy details into one module: the arithmetic to draw the circle, the circle drawing method, and the data for a circle could all be put together.


Click here to go back to the main menu.
You have reached the End.