Spec file naming

Specs can use either naming convention:

  • feature.cs.md (CodeSpeak convention)
  • feature.spec.md (alternative)

Place specs near the code they describe โ€” e.g., a converter spec next to the existing converters directory.

See also