Write object-oriented TypeScript well

Click for: original source

TypeScript enables you to code using object-oriented principles and techniques, and Rider helps you write TypeScript more efficiently and easily. In this blog post, we’ll look at the object-oriented features provided by the TypeScript language, and how to use Rider to implement them. By Rachel Appel.

The article main sections:

  • Object-oriented TypeScript
  • Classes in TypeScript
  • Inheritance
  • Polymorphism
  • Encapsulation
  • Abstraction
  • Modifying object models

Whether a web application or something on the back-end, you likely need an object model that works with your business logic. TypeScript really excels when it comes to object-oriented programming with JavaScript. Good read!

[Read More]

Tags oop how-to programming javascript app-development