Skip to content

Instantly share code, notes, and snippets.

@mattsah
Created July 30, 2012 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsah/3210863 to your computer and use it in GitHub Desktop.
Save mattsah/3210863 to your computer and use it in GitHub Desktop.
Agile Development and REST?
REST is software design on the scale of decades: every detail is intended to promote software longevity and independent evolution. Many of the constraints are directly opposed to short-term efficiency. Unfortunately, people are fairly good at short-term design, and usually awful at long-term design. Most don’t think they need to design past the current release. There are more than a few software methodologies that portray any long-term thinking as wrong-headed, ivory tower design (which it can be if it isn’t motivated by real requirements).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment