Programming with Types

Programming with Types
出版时间:2019.10
官网链接:Manning
下载地址:百度网盘(PDF+EPUB+MOBI)
提取码    :4t76

内容简介:

Programming with Types teaches you to design safe, resilient, correct software that’s easy to maintain and understand by taking advantage of the power of strong type systems. Designed to provide practical, instantly useful techniques for working developers, this clearly written tutorial introduces you to using type systems to support everyday programming tasks.

about the technology

Common bugs often result from mismatched data types. By precisely naming and controlling which data are allowable in a calculation, a strong type system can eliminate whole classes of errors and ensure data integrity throughout an application. As a developer, skillfully using types in your everyday practice leads to better code and saves time tracking down tricky data-related errors.

about the book

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. Following real-world examples coded in TypeScript, you’ll build your skills from primitive types up to more-advanced concepts like functors and monads.

what’s inside

  • Building data structures with primitive types, arrays, and references
  • How types affect functions, inheritance, and composition
  • Object-oriented programming with types
  • Applying generics and higher-kinded types

about the reader

You’ll need experience with a mainstream programming language like TypeScript, Java, JavaScript, C#, or C++.

about the author

Vlad Riscutia is a principal software engineer at Microsoft. He has headed up several major software projects and mentors up-and-coming software engineers.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Data Science with Python and Dask

2020-1-8 2:39:14

电子书

Python for DevOps

2020-1-8 3:15:02

搜索