Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Common Rules

Language-agnostic engineering standards: the defaults that apply everywhere in this repository.

Conventions

  • One topic per file: <rule-topic>.md (for example coding-style.md, testing.md, git-workflow.md).
  • Keep guidance broadly applicable; anything language- or framework-specific belongs in a sibling folder under ../.
  • These files state the current standard, not its history — update the rule when the convention changes.

When to read

Before any implementation task, as the baseline no narrower rule overrides.