DEV Community

Discussion on: You're Not Building Netflix: Stop Coding Like You Are

Collapse
 
adamthedeveloper profile image
Adam - The Developer

The TypeScript compiler is a transpiler. Typescript itself is a programming language with its own specification, grammar and type system. A language doesn't stop being a language because it transpiles -- otherwise C or Kotlin wouldn't count either.

Collapse
 
elad_cohen_12bf496d06c0b8 profile image
elad cohen

I will not argue, just note C lang is almost every you touch..

In matter of design patterns this article mentioned, i agree.
I will personally will add a different title to this Article: Whats good for Netflix, usually isnt good for you