|
|
 |

Documentation:
- Anyone
can read our code in plain English without any specialized training.
Code is profusely commented in the code itself: each set of
instructions is prefaced by comments that detail what the module will
do. The system’s manual provides full documentation as well. The
user’s manual has a thorough description of the use of the
application. The administrator’s manual includes the routines for
maintenance, backup, recovery and trouble shooting. The entire system
is flowcharted.
- A
detailed change-control process is documented and communicated by the
Project Manager, so everyone is aware of modifications to deadlines,
milestones and costs at all times, as agreed upon by all
parties.
- A
complete Data Dictionary is included with every application, detailing
field name, type, length, tables where included, range of values
accepted and keys the are part off. Variables and functions are also
part of the Data Dictionary with cross references to the applications
and objects where they
exist.
|
|
 |