# Notes from the Clean Architecture book

DevFeed: [Notes from the Clean Architecture book](<https://devfeed.tech/articles/notes-from-the-clean-architecture-book-26135.md>)

Original publisher: [Read original article](<https://vadzimv.dev/2021/09/28/notes-from-clean-architecture-book.html>)

Author: Vadzimv Dev Blog

Published: 2021-09-28T09:30:00Z

Content type: article

Language: en

Sources: [vadzimv Dev Blog](<https://devfeed.tech/sources/vadzimv-dev-blog.md>)

Topics: [maintenance](<https://devfeed.tech/topics/maintenance.md>), [Code](<https://devfeed.tech/topics/code.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [article](<https://devfeed.tech/tags/article.md>), [clean-architecture](<https://devfeed.tech/tags/clean-architecture.md>), [notes](<https://devfeed.tech/tags/notes.md>)

## AI overview

Notes on selected topics from the Clean Architecture book, focusing on component cohesion principles and acyclic dependencies. The article explains trade-offs among the Reuse/Release Equivalence, Common Closure, and Common Reuse principles, and describes how versioned components and ownership can support independent development.

## Source excerpt

New things that I found in the Clean Architecture book.