File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<h1 align =" center " ><img src =" https://raw.githubusercontent.com/mkosir/typescript-style-guide/main/misc/typescript-logo-30.png " style =" vertical-align :text-top " /> TypeScript Style Guide</h1 >
22
3- <p align =" center " >TypeScript Style Guide provides a concise set of conventions and best practices to create consistent, maintainable code.</p >
3+ <p align =" center " >TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.</p >
44
55### Go to 👉 [ TypeScript Style Guide] ( https://mkosir.github.io/typescript-style-guide/ )
66
77### Why
88
99- As project grow in size and complexity, maintaining code quality and ensuring consistent practices become increasingly challenging.
10- - Defining and following a standard way to write TypeScript applications brings a consistent codebase and faster development cycles.
11- - No need to discuss code styles in code reviews.
10+ - Defining and following a standard approach to writing TypeScript applications leads to a consistent codebase and faster development cycles.
11+ - No need to discuss code styles during code reviews.
1212- Saves team time and energy.
1313
1414### Contributing
Original file line number Diff line number Diff line change 11---
22title : TypeScript Style Guide
3- description : The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
3+ description : TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
44toc_min_heading_level : 2
55toc_max_heading_level : 2
66---
@@ -13,7 +13,7 @@ import { UseDocumentTitle } from '@site/src/hooks';
1313
1414## Introduction
1515
16- The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
16+ TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
1717
1818## Table of Contents
1919
You can’t perform that action at this time.
0 commit comments