docs: streamline formatting and proofreading

This commit is contained in:
Stefan Rotsch
2023-10-16 12:22:46 +02:00
committed by Stefan Rotsch
parent 2c541dfbea
commit 94ac286c34
43 changed files with 177 additions and 257 deletions

View File

@@ -1,11 +1,12 @@
---
title: "TypeScript"
ring: adopt
quadrant: languages-and-frameworks
tags: [coding, frontend]
title: "TypeScript"
ring: adopt
quadrant: languages-and-frameworks
tags: [coding, frontend]
---
Typescript has become more widely used and has become the industry standard for most JavaScript projects.
Typescript brings all the means to avoid errors in development, refactor code, scale projects, and improve
code collaboration. Its widespread use and large community help to further improve and document the language.
Typescript is our language of choice for existing and future projects to write robust and clean JavaScript code.
TypeScript has become more widely used and is now considered the industry standard for most JavaScript projects and provides the means to prevent errors during development, refactor code, scale projects, and enhance code collaboration.
Its widespread adoption and the support of a large community contribute to further improving and documenting the language.
TypeScript is our language of choice for both existing and future projects, allowing us to write robust and clean JavaScript code.