Skip to main content

5 docs tagged with "SOLID"

View all tags

Dependency Inversion Principle

High-level modules should not depend on low-level modules; both should depend on abstractions. Invert the dependency flow.

Open/Closed Principle

Software entities should be open for extension, closed for modification. Design for change without breaking existing code.