summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kerr <dwmkerr@gmail.com>2022-01-13 13:58:16 +0800
committerDave Kerr <dwmkerr@gmail.com>2022-01-13 13:58:16 +0800
commit70b03354a8683a0c89be53c679dd2d07f43a905b (patch)
tree661c555df124a5e28881bbfba3b517547b2bd641
parent847757c98d592366d38ba0548c64ba468452058f (diff)
docs: update table of contents
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f96f79..cdcb1d9 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ Like this project? Please considering [sponsoring me](https://github.com/sponsor
* [The Law of Conservation of Complexity (Tesler's Law)](#the-law-of-conservation-of-complexity-teslers-law)
* [The Law of Demeter](#the-law-of-demeter)
* [The Law of Leaky Abstractions](#the-law-of-leaky-abstractions)
+ * [The Law of the Instrument](#the-law-of-the-instrument)
* [The Law of Triviality](#the-law-of-triviality)
* [The Unix Philosophy](#the-unix-philosophy)
* [The Scout Rule](#the-scout-rule)
@@ -601,12 +602,12 @@ Real-world examples:
>
> _Abraham Maslow_
-In the context of computer programming, this law suggests that people tend to use tools that are familiar with, rather than the best possible tool. This over-reliance on a familiar tool is an anti-pattern referred to as the golden hammer.
+In the context of computer programming, this law suggests that people tend to use tools that are familiar with, rather than the best possible tool. This over-reliance on a familiar tool is an anti-pattern referred to as 'the golden hammer'.
See also:
- [Avoiding the law of the instrument](https://josemdev.com/avoiding-the-law-of-the-instrument/)
-- [AntiPattern Golden Hammer](https://archive.org/details/antipatternsrefa0000unse/page/111/mode/2up)
+- [Anti-Pattern - The Golden Hammer](https://archive.org/details/antipatternsrefa0000unse/page/111/mode/2up)
### The Law of Triviality