Previous Topic: Set Development StandardsNext Topic: Set User Interface Standards


Choose a Procedure Style

Automated procedures should employ the styles most appropriate for each type of system user. In design, this involves deciding which style should be used for each procedure in a system.

The choice of procedure style is usually limited by organizational standards, which are influenced by:

The frequency of procedures performed and their physical location will also influence the choice of styles for the system. It might be that a number of activities are performed in one location only, and so need not be distributed.

The system might have to reuse a significant amount of code from existing systems or off-the-shelf packages. This may influence the choice of style.

More information:

Designing the System Structure