Skip to content

Instantly share code, notes, and snippets.

View ZachParsons's full-sized avatar

Zach Parsons ZachParsons

  • 10:31 (UTC -12:00)
View GitHub Profile
@IwoHerka
IwoHerka / naming_guidelines.md
Last active August 11, 2025 20:08
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