

|
 |
PalmPGN - Class Diagram and Notes
Okay, here's the fruit of all the text I've cranked out over the past
few web pages: the Class Diagram. This is the meat of OO design, and
what all the stuff before this is aimed at.
This particular diagram represents most of the meaningful public
methods in most of the classes in the system. What's missing?
Classes like DBDescriptor, etc., that are quite simple (and may very
well devolve into PODs (Plain Old Datatypes, like int), and methods
in Controller to accept each message; (most use cases will end up as
methods in Controller).
The beauty of all this is that now that we have all this work
completed, the code should just write itself. Yeah, right.
|
 |