summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kerr <dwmkerr@gmail.com>2019-02-27 12:29:15 +0700
committerDave Kerr <dwmkerr@gmail.com>2019-02-27 12:29:15 +0700
commit92c89e87b14653f941bb5a8d816caec7eb4f9300 (patch)
treeb5e7e1a7d499e32dacf6fed4aade05a7490b33cb
parent97b381d825331a080274d6079be2be8916562ca4 (diff)
chore: formattingfeat/wadlers-law
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a8893e..077db6b 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ The Spotify Model also popularises the concepts of Tribes, Guilds, Chapters, whi
> 1. Syntax
> 2. Lexical syntax
> 3. Lexical syntax of comments
+>
> (In short, for every hour spent on semantics, 8 hours will be spent on the syntax of comments).
Similar to [The Law of Triviality](#the-law-of-triviality), Wadler's Law states what when designing a language, the amount of time spent on language structures is disproportionately high in comparison to the importance of those features.