Programming with Types with examples in TypeScript
Programming with Types teaches type-based techniques for writing software that’s safe, correct, easy to maintain, and practically self-documenting. Designed for working developers, this clearly written tutorial sticks with the practical benefits of type systems for everyday programming tasks. Follow...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Shelter Island, New York :
Manning
[2020]
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631327406719 |
Tabla de Contenidos:
- Introduction to typing
- Basic types
- Composition
- Type safety
- Function types
- Advanced applications of function types
- Subtyping
- Elements of object-oriented programming
- Generic data structures
- Generic algorithms and iterators
- Higher kinded types and beyond.