Tag: #clean-code
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Naming Things: The Hardest Easy Skill in Code
The joke that "there are only two hard things in computer science: cache invalidation and naming things" is only half a joke. Why a good name reveals intent rather than implementation, how name length scales with scope,
2026-06-30 · 8 min read #clean-code#engineering#fundamentalsClean Code Principles 2025: 30 Rules for Writing Readable Code
30 practical clean code rules! Naming, function design, comments, error handling, testing, SOLID principles — learn to write readable code through Bad/Good comparisons and refactoring Before/After examples.
2026-03-24 · 27 min read #clean-code#refactoring#naming#functions#comments