summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve xu <stevexugc@gmail.com>2019-05-19 20:31:39 +0800
committersteve xu <stevexugc@gmail.com>2019-05-19 20:31:39 +0800
commit0bef1c9a2ce06a0192fe1e03723e3a79503d3a45 (patch)
tree3a0d11eeaf06489b0317f956b66be4beb8f287f2
parent0b01a12bceef9054b13c28e7f47b4a71ec75e527 (diff)
feat: add reading list - 'godel,escher,bach:an eternal golden braid'
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d38c67..9dcec9a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Laws, Theories, Principles and Patterns that developers will find useful.
-🇨🇳 [中文 / Chinese Version](https://github.com/nusr/hacker-laws-zh) - thanks [Steve Yu](https://github.com/nusr)!
+🇨🇳 [中文 / Chinese Version](https://github.com/nusr/hacker-laws-zh) - thanks [Steve Xu](https://github.com/nusr)!
<!-- vim-markdown-toc GFM -->
@@ -117,6 +117,12 @@ This principle suggests that actions resulting in a negative outcome were not a
You might hear this law referred to when looking at estimates for how long something will take. It seems a truism in software development that we tend to not be very good at accurately estimating how long something will take to deliver.
+This is from the book '[Gödel, Escher, Bach: An Eternal Golden Braid](#reading-list)'.
+
+See also:
+
+- [Reading List: Gödel, Escher, Bach: An Eternal Golden Braid](#reading-list)
+
### The Hype Cycle & Amara's Law
[The Hype Cycle on Wikipedia](https://en.wikipedia.org/wiki/Hype_cycle)
@@ -390,6 +396,7 @@ See also:
If you have found these concepts interesting, you may enjoy the following books.
- [The Mythical Man Month - Frederick P. Brooks Jr.](https://www.goodreads.com/book/show/13629.The_Mythical_Man_Month) - A classic volume on software engineering. [Brooks's Law](#brookss-law) is a central theme of the book.
+- [Gödel, Escher, Bach: An Eternal Golden Braid - Douglas R. Hofstadter.](https://www.goodreads.com/book/show/24113.G_del_Escher_Bach) - This book is difficult to classify. [Hofstadter's Law](#hofstadters-law) is from the book.
## TODO