Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learn Type-Driven Development

Posted By: hill0
Learn Type-Driven Development

Learn Type-Driven Development:
Benefit from type systems to build reliable and safe applications using ReasonML 3
by Yawar Amin

English | 2018 | ISBN: 1788838017 | 180 Pages | EPUB True | 1.65 MB

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.