notes
DevelopmentTeachingSnippetsCheat Sheets

Navigation

  • Development
    • Laravel
    • Eloquent Relationships
    • Laravel Homestead
    • Bash
    • My Bash RC
    • Clean Code
    • Naming Things
    • Services Return, Callers Present
    • AI Prompting
    • C#
    • C# Basics
    • Classes & Models
    • Services & Helpers
    • Project Structure
    • Git
    • Git Cheat Sheet
~/dev/clean-code$

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.

Related notes

Dev·1 min

C#

Laravel·1 min

Laravel

Bash·1 min

Bash

AI Prompting·1 min

AI Prompting

notes

a second brain — a place to keep everything worth remembering.

DevelopmentTeachingSnippetsCheat SheetsTemplatesTroubleshooting Tags
built 2026-08-01 · nuxt · content · static all systems nominal