Style Guidelines
Last updated
Was this helpful?
Last updated
Was this helpful?
Rembrandt repositories are following from , a comprehensive Typescript book. In addition to these guidelines we enforce the following rules:
Use PascalCase.ts
for classes
Use camelCase.ts
for instances
Reason: Default export for files is clear
Class as default export
Bad
Good
Instance as default export
Bad
Good