Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 476
What is a benefit of organizing code into modules?
Answer options
- A. better maintainability
- B. simplified development
- C. compatibility with REST APIs
- D. reduced development costs
Correct answer: A
Explanation
The correct answer is A, as organizing code into modules improves maintainability by allowing developers to manage and update code more efficiently. Options B, C, and D are not primary benefits of modular code organization; while it may simplify development or reduce costs indirectly, maintainability is the most direct advantage.