- Learn Type:Driven Development
- Yawar Amin Kamon Ayeva
- 79字
- 2021-07-02 14:41:22
Preface
Type-driven development is an approach to programming that uses a static-type system to achieve desirable attributes, such as safety and efficiency. This book will cover type-driven development using the ReasonML language and explains how to put its type system to use in order to check that your code is logically consistent. We use types to express relationships and other assumptions directly in the code, and these assumptions are enforced by the ReasonML compiler before the code is run.
推薦閱讀
- Bootstrap Site Blueprints Volume II
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Java完全自學教程
- Python從菜鳥到高手(第2版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- PLC應用技術(三菱FX2N系列)
- Learning Hadoop 2
- 零基礎學C語言(第4版)
- C語言從入門到精通
- iOS Development with Xamarin Cookbook
- Puppet Cookbook(Third Edition)
- Cocos2D Game Development Essentials
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)
- 寫給所有人的編程思維