A two-thousand-line grab-bag module talks to Webex, Firepower FDM, and a spreadsheet for a city helpdesk app. What structure improves maintainability?
Select an answer to reveal the explanation.
Short Explanation
A junk drawer the size of a garage is where tools go to vanish. Small units named for Webex, FDM, or the sheet they own let a later engineer change one hop without fear. Maintainability is structure, not one mega-file.
Full Explanation
A large grab-bag module that talks to Webex, FDM, and unrelated stores cannot be changed safely. Maintainability favors small units whose names match the integration they own so a later engineer can change one hop without fear. This is structural design, not a Python-syntax or data-structure quiz.