Skip to content

Files

Latest commit

 

History

History
10 lines (5 loc) · 441 Bytes

clean-architecture--a-craftsman's-guide-to-software-structure-and-design--first-edition.md

File metadata and controls

10 lines (5 loc) · 441 Bytes

Clean Architecture: A Craftsman's Guide to Software Structure and Design, First Edition

> Home

Chapter 8 OCP: The Open-Closed Principle

Transitive dependencies are a violation of the general principle that software entities should not depend on things they don’t directly use (link)

> Home