Learn Type:Driven Development

Learn Type:Driven Development

评分

★★★★★

ISBN

9781788836494

出版社

Packt Publishing 2018-12-26出版

分类

编程设计

内容简介
Type-driven development is an approach that uses a static type system to achieve results including safety and efficiency. Types are used to express relationships and other assumptions directly in the code, and these assumptions are enforced by the compiler before the code is run. Learn Type-Driven Development covers how to use these type systems to check the logical consistency of your code. This book begins with the basic idea behind type-driven development. You’ll learn about values (or terms)
AI简介
这是一本深度探索Type-Driven Development的书籍。这本书首先介绍了Type-Driven Development的基本概念,即如何使用静态类型系统来检查代码的逻辑一致性,从而提高代码的安全性和效率。 书中详细讲解了静态类型系统和动态类型系统的区别,以及类型和值的概念。静态类型系统在编译时分析程序,尝试找出类型错误,而动态类型系统在程序运行时抛出类型错误。类型和值是编程中非常重要的基础概念,它们定义了变量或表达式的取值范围,比如整数、浮点数、字符串等。 在编程中,我们经常需要处理不可变值和可变值。不可变值在内存中占据的空间是固定的,一旦创建,就不能改变。使用不可变值有助于减少内存分配和垃圾回收的压力。 书中还讲解了柯里化和部分应用的概念,它们可以帮助我们更好地理解和应用函数。柯里化是将多参数函数转换为单参数函数序列的过程,而部分应用是将多参数函数固定部分参数,从而生成一个新的函数。 在编程中,我们还需要理解类型擦除的概念。类型擦除是将类型信息从运行时环境中移除的过程,这可以提高程序的运行效率。但是,类型擦除也可能导致运行时错误,因此需要谨慎使用。
阅读/下载地址