From 70b03354a8683a0c89be53c679dd2d07f43a905b Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Thu, 13 Jan 2022 13:58:16 +0800 Subject: docs: update table of contents --- README.md | 5 +++-- 1 file 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 -- cgit v1.2.3