|
How would you decide whether a system design is a good one?
Some criteria....
- does the design achieve the objectives?
- is it possible to implement the design with the manpower and expertise
available?
- is it technically feasible? Does all the hardware exist?
- is the design as simple as possible so people can easily
understand how it works? Complex designs are harder to get working and harder to solve
problems which arise.
- is it possible to implement it within the time-scale
proposed?
- is it possible to implement the design within the budget
available?
|
|