Skip to content

Commit

Permalink
Update article.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dujue55 authored Nov 22, 2024
1 parent 08b5ba9 commit 2773faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/Comments are a programmer's love letters/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2773faa

Please sign in to comment.