ocp-open-for-extension-closed-for-modification

Status: IN

The Open-Closed Principle (OCP) states that software entities should be open for extension but closed for modification — new behavior is added by extending, not by altering existing code.

Source: entries/2026/06/17/solid-overview.md

Depended on by

JSON