File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<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 >
2
2
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 >
4
4
5
5
### Go to 👉 [ TypeScript Style Guide] ( https://mkosir.github.io/typescript-style-guide/ )
6
6
7
7
### Why
8
8
9
9
- 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.
12
12
- Saves team time and energy.
13
13
14
14
### Contributing
Original file line number Diff line number Diff line change 1
1
---
2
2
title : 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.
4
4
toc_min_heading_level : 2
5
5
toc_max_heading_level : 2
6
6
---
@@ -13,7 +13,7 @@ import { UseDocumentTitle } from '@site/src/hooks';
13
13
14
14
## Introduction
15
15
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.
17
17
18
18
## Table of Contents
19
19
You can’t perform that action at this time.
0 commit comments