From 56d70a394253f7317ebad28e16b3be21ea5dc523 Mon Sep 17 00:00:00 2001 From: Marvin Laibold Date: Wed, 2 Aug 2023 13:39:53 +0200 Subject: [PATCH] docs: update typescript description --- radar/2023-09-01/typescript.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 radar/2023-09-01/typescript.md diff --git a/radar/2023-09-01/typescript.md b/radar/2023-09-01/typescript.md new file mode 100644 index 0000000..dae4915 --- /dev/null +++ b/radar/2023-09-01/typescript.md @@ -0,0 +1,11 @@ +--- +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.