From 2eb8d212f66aafc92ca7230038501199fb9ede91 Mon Sep 17 00:00:00 2001 From: Sam L'ecuyer Date: Sun, 31 Jan 2016 10:15:56 -0800 Subject: [PATCH] add No Silver Bullet to readme I'm not sure about the licensing, so I'm adding it to the readme. --- design/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/README.md b/design/README.md index 67674bb..63159b1 100644 --- a/design/README.md +++ b/design/README.md @@ -1,6 +1,6 @@ # Design - +* [No Silver Bullet — Essence and Accidents of Software Engineering](http://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf) * [Traits: A Mechanism for Fine-Grained Reuse](http://scg.unibe.ch/archive/papers/Duca06bTOPLASTraits.pdf) * :scroll: [Out of the Tar Pit](out-of-the-tar-pit.pdf) - > We identify common causes of complexity and discuss general approaches which can be taken to eliminate them where they are accidental in nature. \ No newline at end of file + > We identify common causes of complexity and discuss general approaches which can be taken to eliminate them where they are accidental in nature.