From 2773faa9b36159385068672d2d623181aafe7f34 Mon Sep 17 00:00:00 2001 From: dujue55 <37645985+dujue55@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:01:50 +0100 Subject: [PATCH] Update article.md --- 2024/Comments are a programmer's love letters/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/Comments are a programmer's love letters/article.md b/2024/Comments are a programmer's love letters/article.md index 4c354f5e..7fb8ae9c 100644 --- a/2024/Comments are a programmer's love letters/article.md +++ b/2024/Comments are a programmer's love letters/article.md @@ -3,7 +3,7 @@ In the language of code, programmers leave little notes called comments—not fo Without comments, code may be a confusing maze. Sure, it works, but why? Comments give clues, like a hidden diary entry: “Here’s why I did this,” or “Don’t touch this—it’s holding everything together!” Still, balance is important: excessive commenting can clutter the code and reduce its readability, so add comments only where necessary. -Next time you see a comment, think of it as a love letter—left with care, thought, and clarity, just for you. +So next time you see a comment, think of it as a love letter—left with care, thought, and clarity, just for you. ## Author