From 2a5f24f15ce64b634f2b06dd4139e8df4f71aa69 Mon Sep 17 00:00:00 2001 From: Horst JENS Date: Thu, 14 May 2026 13:42:36 +0200 Subject: [PATCH] Update basics.md removed dead link www.codinghorror.com/blog/2006/12/code-tells-you-how-comments-tell-you-why.html removed dead link: (site no longer exist) http://www.codinghorror.com/blog/2006/12/code-tells-you-how-comments-tell-you-why.html --- basics.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/basics.md b/basics.md index e46e436f..e7134853 100644 --- a/basics.md +++ b/basics.md @@ -27,8 +27,6 @@ Use as many useful comments as you can in your program to: - explain problems you're trying to solve - explain problems you're trying to overcome in your program, etc. -[*Code tells you how, comments should tell you why*](http://www.codinghorror.com/blog/2006/12/code-tells-you-how-comments-tell-you-why.html). - This is useful for readers of your program so that they can easily understand what the program is doing. Remember, that person can be yourself after six months! ## Literal Constants