0
1.7kviews
Explain The code-and-fix approach to software development.
1 Answer
| written 3.1 years ago by |
Solution:
The “code-and-fix” approach to software development is not a proper life cycle (see later this unit). Code-and-fix development occurs when software engineers come together with a vague set of requirements and start producing software, fixing it, and changing it until the correct product appears.

This is the simplest way …