Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkosir/typescript-style-guide
⚙️ TypeScript Style Guide. Concise set of conventions and best practices used to create consistent, maintainable code.
https://github.com/mkosir/typescript-style-guide
coding-conventions coding-guidelines nodejs reactjs style-guide typescipt
Last synced: 3 months ago
JSON representation
⚙️ TypeScript Style Guide. Concise set of conventions and best practices used to create consistent, maintainable code.
- Host: GitHub
- URL: https://github.com/mkosir/typescript-style-guide
- Owner: mkosir
- License: mit
- Created: 2022-09-18T14:59:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T07:49:41.000Z (11 months ago)
- Last Synced: 2023-12-19T10:51:40.918Z (11 months ago)
- Topics: coding-conventions, coding-guidelines, nodejs, reactjs, style-guide, typescipt
- Language: MDX
- Homepage: https://mkosir.github.io/typescript-style-guide/
- Size: 6.43 MB
- Stars: 388
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TypeScript Style GuideTypeScript Style Guide provides a concise set of conventions and best practices to create consistent, maintainable code.
### Go to 👉 [TypeScript Style Guide](https://mkosir.github.io/typescript-style-guide/)
### Why
- As project grow in size and complexity, maintaining code quality and ensuring consistent practices become increasingly challenging.
- Defining and following a standard way to write TypeScript applications brings a consistent codebase and faster development cycles.
- No need to discuss code styles in code reviews.
- Saves team time and energy.### Contributing
All contributions are welcome! Open a [PR](https://github.com/mkosir/typescript-style-guide/blob/main/.github/pull_request_template.md), [issue](https://github.com/mkosir/typescript-style-guide/issues/new/choose) or [discussion](https://github.com/mkosir/typescript-style-guide/discussions/new/choose).