Series
After a few too many "???" comments in code review, here are the small habits I've picked up that make code noticeably easier to read and work with.
The Art of Naming Variables
Why variable naming matters more than you think — single character, abbreviations, and misleading names with examples.
Apr 2026
5 min read
The Art of Not Nesting
How deeply nested code quietly destroys readability — and the four patterns that fix it.
Mar 2026
7 min read