Explain the benefits of modeling.Benefits of modeling:
a) More designing and modeling produces code with fewer errors as the system is more robust. b) Modeling results in fewer lines of code written by humans which reduces the number of errors considerably. c) Modeling results in a more maintainable system. It provides a detailed understanding of the system as a whole and its relationships with various components. d) Modeling helps us creating much more flexible yet robust systems which then allow easier integrations with other systems.
|