summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kerr <dwmkerr@gmail.com>2019-06-17 15:30:06 +0800
committerDave Kerr <dwmkerr@gmail.com>2019-06-17 15:30:06 +0800
commitb01e90206267ab8af7c6110bccc59ca7e1d4d310 (patch)
tree9d2f79d980fef947a376ee5dcb0ffb12ebc549a3
parent03c972192444ad4b7a3b4bf9ffaac891806a9608 (diff)
chore: add link to joel's profile
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 955acdc..6139033 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@ One interesting element to this law is the suggestion that even by simplifying t
> All non-trivial abstractions, to some degree, are leaky.
>
-> (Joel Spolsky)
+> [(Joel Spolsky)](https://twitter.com/spolsky)
This law states that abstractions, which are generally used in computing to simplify working with complicated systems, will in certain situations 'leak' elements of the underlying system, this making the abstraction behave in an unexpected way.