An open API service indexing awesome lists of open source software.

https://github.com/mdiep/composition-talk

The Composition and Decomposition of Software
https://github.com/mdiep/composition-talk

Last synced: about 1 month ago
JSON representation

The Composition and Decomposition of Software

Awesome Lists containing this project

README

        

# The Composition and Decomposition of Software
We build software by combining units of code. The way we combine them greatly affects our ability to test, change, understand, and reuse code. We usually think only about the design of the units and end up with tightly coupled code. By considering how software is composed, we can build simpler, better software.