Skip to content

Commit 4ba8e19

Browse files
committed
Create New Names Post
1 parent 5a528d4 commit 4ba8e19

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

27.1 KB
Loading

docs/posts/2026/01/27/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "What's in a name? That which we call a var by any other name would make code smell"
3+
date: 2027-01-27
4+
authors:
5+
- omar
6+
---
7+
8+
In today's (2026-01-27) chat we will discuss names.
9+
10+
In Clean Code (Robert C. Martin), naming variables, functions, classes, and other structures is compared to naming a child. Yet we still see placeholders like x, tmp, or d littered throughout codebases.
11+
12+
How do you approach naming?
13+
• Do you iterate endlessly? write → delete → rewrite—until the name feels perfect?
14+
• Do you drop a quick name and come back to refactor later?
15+
• Or do you stick with the first name and tell others to stop “wasting time” on naming?
16+
17+
Everyone and anyone are welcome to [join](https://weeklydevchat.com/join/) as long as you are kind, supportive, and respectful of others.
18+
19+
![Cookie jar labeled as 'Basmati Rice'](1740580077128.jpeg)

0 commit comments

Comments
 (0)