Clean Code
Writing code that other people (and future you) can read.
~1 min read updated Jul 17, 2026 Clean Code
Writing code that other people (and future you) can read.
In this section
Clean Code·1 min
Naming Things
Practical rules for naming variables, functions and types so code reads like prose.
- #clean-code
- #naming
- #readability
- #craft
Clean Code·2 min
Services Return, Callers Present
A service should return a result and let the caller decide how to show it — the single most useful separation-of-concerns rule.
- #clean-code
- #architecture
- #separation-of-concerns
- #services
My Bash RC
Personal Bash aliases and helper functions that streamline my Laravel and Homestead development workflow.
Naming Things
Practical rules for naming variables, functions and types so code reads like prose.