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
- Host: GitHub
- URL: https://github.com/mdiep/composition-talk
- Owner: mdiep
- Created: 2015-05-29T02:32:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T01:48:59.000Z (almost 10 years ago)
- Last Synced: 2025-03-29T05:11:38.708Z (about 1 month ago)
- Homepage:
- Size: 214 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.