-
Course
- Core Tech
Getting the Most from the TypeScript Compiler
This course, Getting the Most from the TypeScript Compiler, will teach you advanced techniques of TypeScript, how to rely on the compiler to avoid errors, how to have rapid feedback, and how to improve the code maintainability.
What you'll learn
At the core of any successful application is an in-depth knowledge of how to write well maintainable code. In this course, Getting the Most from the TypeScript Compiler, you’ll learn how to rely on the compiler to avoid errors and have cleaner code. First, you’ll learn about compiler options you can use. Next, you’ll explore advanced features of the language. Finally, you’ll discover how to use types to better design an application. When you’re finished with this course, you’ll have an advanced knowledge of TypeScript and its compiler that will help you as you write your own applications with fewer errors and an improved design.
Table of contents
- Introduction and Overview | 5m 57s
- Demo Overview | 2m 22s
- Activating noUnusedLocals | 4m 22s
- Activating noUnusedParameters | 5m
- Activating noFallthroughCasesInSwitch | 2m 27s
- Activating noImplicitReturns | 3m 47s
- Activating noImplicitThis | 3m 4s
- Activating noImplicitAny | 4m 9s
- Activating strictNullChecks | 8m 6s
- Summary | 1m 4s
About the author
Thiago Temple is a Brazilian developer based in Ottawa, Canada. He has been building software for more than fifteen years, and his professional interests are mostly related to web development both for the client and server.
More Courses by Thiago