SØG - mellem flere end 8 millioner bøger:
Viser: Effective TypeScript - 62 Specific Ways to Improve Your TypeScript
Effective TypeScript Vital Source e-bog
Dan Vanderkam
(2019)
Effective TypeScript
62 Specific Ways to Improve Your TypeScript
Dan Vanderkam
(2019)
Sprog: Engelsk
Detaljer om varen
- 1. Udgave
- Vital Source searchable e-book (Reflowable pages)
- Udgiver: O'Reilly Media, Inc (Oktober 2019)
- ISBN: 9781492053699
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 1. Udgave
- Paperback: 261 sider
- Udgiver: O'Reilly Media, Incorporated (November 2019)
- ISBN: 9781492053743
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 TypeScript
- TypeScript's Type System
- Type Inference
- Type Design
- Working with any
- Types Declarations and @types
- Writing and Running Your Code
- Migrating to TypeScript