Skip to content

Instantly share code, notes, and snippets.

View ZachParsons's full-sized avatar

Zach Parsons ZachParsons

  • 13:41 (UTC -12:00)
View GitHub Profile
@IwoHerka
IwoHerka / naming_guidelines.md
Last active July 8, 2025 07:05
Naming Guidelines

Naming guidelines

1. Syntax

1.1 Be consistent

Consistency in naming makes reading and memory retrieval much, much easier. Conversely, changing rules and mixing conventions are very confusing and significantly increase cognitive load. Follow language, company, and project conventions for names, even if you don't like them.

1.2 Follow conventions