Conclusions
- A good design is the most critical part of station success.
- Testing is required to determine whether a good design was chosen.
- Avoid programing styles which prevent testing at intermediate points
during code development.
- Avoid programming languages which prevent completion of components
of the system.
- Use operator interfaces which transmit mostly content, and
little graphical information. Graphical information should be
generated by clients not servers.
- Graphical part of software development must be delayed
until lower level modules are complete.