From f6dcb3f081759171152a9903e863f4f9fa10b2d6 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 6 Aug 2021 10:26:57 +0200 Subject: [PATCH] (2021) Developers Bad habits --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index b6e9df8..abddc94 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -796,6 +796,7 @@ See also [Calm programming / Slow programming](#calm-programming--slow-programmi * [Vincent Foley aka vfoley, gnuvince](https://vfoley.xyz/reasonable-use/) - (2021) Making Reasonable Use of Computer Resources > The fastest option eventually wins. Would your project survive if a competitor came along and was ten times faster? * [kettanaito/naming-cheatsheet](https://github.com/kettanaito/naming-cheatsheet) - Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern. +* [Jérôme Beau](https://javarome.medium.com/developers-bad-habits-2e99a174b514) - (2021) Developers Bad habits | You don’t want to do that > Tools * [Clean Code Cheat Sheet v2.4](https://www.planetgeek.ch/2014/11/18/clean-code-cheat-sheet-v-2-4/) - (2014) cheat sheet for clean code