Dan Vanderkam

Effective TypeScript

Notify me when the book’s added
To read this book, upload an EPUB or FB2 file to Bookmate. How do I upload a book?
TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 62 specific ways to improve your use of TypeScript.
Author Dan Vanderkam, a principal software engineer at Sidewalk Labs, shows you how to apply these ideas, following the format popularized by Effective C++ and Effective Java (both from Addison-Wesley). You'll advance from a beginning or intermediate user familiar with the basics to an advanced user who knows how to use the language well.
Effective TypeScript is divided into eight chapters:
Getting to Know TypeScriptTypeScript's Type SystemType InferenceType DesignWorking with anyTypes Declarations and @typesWriting and Running Your CodeMigrating to TypeScript
This book is currently unavailable
326 printed pages
Have you already read it? How did you like it?
👍👎

Quotes

  • Diego Ormazábalhas quoted6 months ago
    When you install TypeScript, you get two executables:
    tsc, the TypeScript compiler
    tsserver, the TypeScript standalone server
  • Diego Ormazábalhas quoted6 months ago
    For new projects, you should start with noImplicitAny on, so that you write the types as you write your code.
  • Diego Ormazábalhas quoted6 months ago
    Once you grow accustomed to all variables having types, TypeScript without noImplicitAny feels almost like a different language.
fb2epub
Drag & drop your files (not more than 5 at once)