From 8f83f2b0573700be3735dace526535ef2caf2751 Mon Sep 17 00:00:00 2001 From: Stephen Woo <7245705+stephen-woo@users.noreply.github.com> Date: Sun, 26 Mar 2023 21:19:45 -0700 Subject: [PATCH] Add Naming Things book in "Naming conventions" --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 6b22503..9ae7a0b 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -899,6 +899,7 @@ See also [Calm programming / Slow programming](#calm-programming--slow-programmi * [Jérôme Beau](https://javarome.medium.com/programming-naming-361a41c86928) - (2021) Programming: Naming | Where are you talking from? * [Lane Wagner](https://medium.com/qvault/naming-variables-the-right-way-12e2d7769be2) - (2021) Naming Variables the Right Way | bugs are due to the poor naming of variables way more often than you would expect. * [Jason Swett](https://www.codewithjason.com/variable-name-anti-patterns/) - (2018) Variable name anti-patterns +* [Tom Benner](https://namingthings.co/) - (2023) A book about the naming things in software engineering > Tools * [Method Namer](http://methodnamer.com/) - Can't think of a good method name? Try this -- 2.34.1