In Extreme Programming (XP), the principle stating that any team member can modify any part of the project codebase at any time is:
APair Programming
BContinuous Integration
CSimple Design
DCollective Code Ownership
Explanation
Collective Code Ownership empowers developers to fix bugs or enhance code anywhere in the system without permission silos.

No Comments