From 6096a3654e55bdff297c26ff01ecc796f1e0faff Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 5 Aug 2021 11:44:18 +0200 Subject: [PATCH] (2017) How to choose good names in your code --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 4c05461..45962da 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -827,6 +827,7 @@ See also [Calm programming / Slow programming](#calm-programming--slow-programmi ### Naming conventions * [Javin Paul](http://javarevisited.blogspot.be/2014/10/10-java-best-practices-to-name-variables-methods-classes-packages.html) - (2014) 10 Programming Best Practices to Name Variables, Methods, Classes and Packages * [kettanaito/naming-cheatsheet](https://github.com/kettanaito/naming-cheatsheet) - Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern. +* [Jonathan Boccara](http://www.fluentcpp.com/2017/01/30/how-to-choose-good-names/) - (2017) How to choose good names in your code > Tools * [Method Namer](http://methodnamer.com/) - Can't think of a good method name? Try this