Coding Standards
Noun · Hacker Culture
Definitions
Documented or agreed rules for writing code consistently across a team or organization. Coding standards help reduce friction and surprise, especially when many people work in the same codebase over time.
In plain English: Shared rules for how code should be written consistently.
Example: "Their coding standards covered error handling, naming, and tests, which made reviews faster because basic expectations were already shared."