Musings about TypeScript
TypeScript 2.0 has officially released today. After working with TypeScript 1.8 for half of a year, its improvements are certainly welcome. However there are a few points, both pleasant and painful, that should be discussed.
TypeScript 2.0 has officially released today. After working with TypeScript 1.8 for half of a year, its improvements are certainly welcome. However there are a few points, both pleasant and painful, that should be discussed.
As a developer, sharing code with others is one of the most crucial aspect of our work. That is why using modules in our code is useful, as it creates small and manageable packages that can be share throughout our applications and across teams and individuals.
JavaScript is everywhere. Even though it has a history of polarizing developers, we can not deny the large impact that it has on the current technology ecosystem. This ecosystem has sparked multiple interesting projects, one of which is Electron.