Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 357 Bytes

arch-solid-open-closed-principle.md

File metadata and controls

10 lines (8 loc) · 357 Bytes
tags
architecture
solid

Open/Closed principle(OCP) is a [[arch-solid|SOLID]] principle.

You should be able to extend the behaviour of a system without having to modify that system.

This principle takes significant part in high-level architecture. It helps create components and modules that do a dedicated job and can be simply reused.