Skip to content

renderNamingSchemas

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/techdocs/naming-schemas.ts

Render the schemas as the section a reader should get instead of a list.

Returns '' when nothing qualifies — a codebase with no conventions should not be told it has some, and an empty section is worse than an absent one.

Signature

ts
function renderNamingSchemas(schemas: NamingSchema[], limit): string

Parameters

NameType
schemasNamingSchema[]
limitany

Returns: string

Was this page helpful?

Download as PDF