200-901 · Question #463
200-901 Question #463: Real Exam Question with Answer & Explanation
The correct answer is A: better maintainability. Organizing code into modules provides better maintainability, which is the ability to understand, update, and extend the codebase more easily over time. Breaking code into modular components allows developers to focus on specific functionalities within each module, making it easi
Question
What is a benefit of organizing code into modules?
Options
- Abetter maintainability
- Bsimplified development
- Ccompatibility with REST APIs
- Dreduced development costs
Explanation
Organizing code into modules provides better maintainability, which is the ability to understand, update, and extend the codebase more easily over time. Breaking code into modular components allows developers to focus on specific functionalities within each module, making it easier to locate and address issues, add new features, and manage changes without affecting the entire
Topics
Community Discussion
No community discussion yet for this question.