Created
August 7, 2010 12:21
-
-
Save jvanzyl/512754 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
People develop abstractions by generalizing from concrete examples. | |
Every attempt to determine the correct abstraction on paper without | |
actually developing a running system is doomed to failure. No one | |
is that smart. A framework is a resuable design, so you develop it by | |
looking at the things it is supposed to be a design of. The more examples | |
you look at, the more general your framework will be. | |
-- Ralph Johnson & Don Roberts, Patterns for Evolving Frameworks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment