GitXplorerGitXplorer
m

composition-talk

public
13 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
1be0cdb8a4218beaa3d9db109bcde36f241bb447

Merge pull request #13 from Abizern/patch-1

mmdiep committed 9 years ago
Unverified
2dfa6f1f7a4088ad42944ea5ac25708871f33733

Correct Minor Typo

AAbizern committed 9 years ago
Unverified
438f3dd3ab1865687ff636321e5c6e05a75df213

Merge pull request #12 from mdiep/corrections

mmdiep committed 9 years ago
Unverified
acad6fbc121ea327661df2527f93fabd81a0e1b5

Make some corrections from rehearsing

mmdiep committed 9 years ago
Unverified
ebf0dbd5efaa3fcdbc450b56f3356e2b6561ee67

Merge pull request #11 from mdiep/higher-order-functions

mmdiep committed 9 years ago
Unverified
bf51d021ab7a95d4ee466f12f0bd5fde7f3eb2b3

Take the easy way out with higher-order functions

mmdiep committed 9 years ago

README

The README file for this repository.

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.