Skip to content
Beskid The Beskid Book

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

19.3 Naming and style

Names that survive grep, review, and api.json without folklore.

Naming and style

Naming is not aesthetics—it is an API contract. Platform-spec Code style and naming is the normative baseline; this section is how you apply it without bike-shedding for three days.

  • Name types for what they are, not what they were before the rewrite.
  • Avoid leaking Internal, Helper, Util into public paths unless you enjoy support tickets.
  • Align module names with folder layout (chapter 04)—surprises belong in fiction, not in import.