- 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.
推薦閱讀
- MySQL數據庫應用與管理 第2版
- Game Programming Using Qt Beginner's Guide
- OpenCV 3和Qt5計算機視覺應用開發
- React.js Essentials
- 編譯系統透視:圖解編譯原理
- Protocol-Oriented Programming with Swift
- UVM實戰
- Orleans:構建高性能分布式Actor服務
- JBoss:Developer's Guide
- Python商務數據分析(微課版)
- ASP.NET Core and Angular 2
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Python全棧開發:數據分析
- Learning Azure DocumentDB
- 自然語言處理NLP從入門到項目實戰:Python語言實現