Test-driven development (TDD) is a software development process that relies on writing automated tests before new code is written. The tests are used to ensure that the code meets the requirements
Tag: TypeScript
Contractor Chronicles 3
This week was spent working on the maintenance of an existing Angular application, which has been recently updated to Angular 15. The upgrade was fairly easy, Angular and the Angular CLI make upgra
Why Use TypeScript?
TypeScript is a free and open-source programming language that was developed by Microsoft. It is a superset of JavaScript that enables developers to write cleaner and more maintainable code. In thi
The Anatomy of a Great Typescript Book
If I was to write a TypeScript book, I would aim it at web developers who have started using TS, but come from a JavaScript background and have now been put on a TS-based project. I wouldn’t
Thinking in TypeScript
Throughout all my time with Angular and Vue, the one constant through both frameworks is TypeScript. Generally, I always thought I knew TypeScript, but over the last couple of months, it’s cl