What practices should be used when building a complex system ?
Answers
Answered by
0
Answer:
- Reduce complexity through decomposition: Break down the complex system into smaller, simpler components that are easier to manage
- Integrate: Reconnect the simplified components to form an overall system that achieves all of the desired results.
Explanation:
pls mark me as brainliast
Answered by
4
Answer:
Design for testability, Using a modular design
Explanation:
Similar questions