web-designer Site Admin
Joined: 30 Jun 2005 Posts: 73 Location: New York, Connecticut, California
|
Subject: The Implementor's Model Posted: Fri July 01, 2005 |
|
|
The Implementor's Model
Conveying a complete and unambiguous design to the implementors.
The implementor's model describes the system internals used to implement the designer's model. The implementor's model includes details relevant only to programmers and others who develop the product.
For example, the designer's model might include a directory object that consists of people's names, addresses, office numbers, and so forth. The implementor's model of the directory object might consist of records in a file, with one record for each directory entry; or, it could be a complex organization of multiple records from multiple files.
Website users should be shielded from the complexity of the implementer's model, and can be because the designer's model should not convey the technical implementation details. |
|