October 16, 2020 by Yatin M.
Typescript is like the object-oriented version of Javascript. This article discusses the best practices of object-oriented software design using Typescript. In software design over many years, commonly occurring problems were identified. Re-usable solutions to these problems are called Design Patterns. Before diving into design patterns, we need to revisit a few basic principles of software…