Skip to content

Instantly share code, notes, and snippets.

@garybernhardt
Last active August 30, 2016 20:44
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save garybernhardt/57047446ec80c0913166 to your computer and use it in GitHub Desktop.
Save garybernhardt/57047446ec80c0913166 to your computer and use it in GitHub Desktop.
Turning The Design Clock Back
Object-oriented design principles haven't had the effect we hoped for. The
SOLID principles are excellent design guidelines, but experience shows that
programmers find them difficult to follow. What do we do about this?
Surprisingly, the Structured Design literature of forty years ago contains
compelling solutions to many current design problems. They're simple and easy
to understand, but were lost in the noise as OO rose to popularity. We'll
reinterpret these simple design ideas in a modern context, finding that many of
our most promising new design ideas resemble them. Rapid web application
development, the area of professional programming in most dire need of design
improvements, will serve as an example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment