From d866bb9e235e0ce7eb1fb239df5af8e870bc8c0e Mon Sep 17 00:00:00 2001 From: Philip Feldmann Date: Tue, 29 Oct 2019 10:51:06 +0100 Subject: [PATCH] Add description for typescript. Move typescript to adopt. --- radar/2019-11-01/typescript.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 radar/2019-11-01/typescript.md diff --git a/radar/2019-11-01/typescript.md b/radar/2019-11-01/typescript.md new file mode 100644 index 0000000..250e489 --- /dev/null +++ b/radar/2019-11-01/typescript.md @@ -0,0 +1,7 @@ +--- +title: "Typescript" +ring: adopt +quadrant: languages-and-frameworks +--- + +As writing frontend applications becomes more complex, [TypeScript](https://www.typescriptlang.org/) allows us to scale client side code easily, even with large code bases. We use typescript successfully at production for many projects and we are only going to use it even more in the future. We highly recommend using typescript over javascript, therefore we have decided to move it to adopt.