Video description
Statically typed functional programming languages like F# encourage a very different way of thinking about types. The type system is your friend, not an annoyance, and can be used in many ways that might not be familiar to OO programmers.Types can be used to represent the domain in a fine-grained, self documenting way. And in many cases, types can even be used to encode business rules so that you literally cannot create incorrect code. You can then use the static type checking almost as an instant unit test — making sure that your code is correct at compile time.In this webcast, we'll look at some of the ways you can use types as part of a domain driven design process, with some simple real world examples in F#. No jargon, no maths, and no prior F# experience necessary.
Publisher resources
Table of contents
Product information
- Title: Domain Modelling with the F# Type System
- Author(s):
- Release date: March 2015
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491939758
You might also like
book
Functional and Reactive Domain Modeling
Functional and Reactive Domain Modeling teaches you how to think of the domain model in terms …
book
Stylish F#: Crafting Elegant Functional Code for .NET and .NET Core
Why just get by in F# when you can program in style! This book goes beyond …
book
Stylish F# 6: Crafting Elegant Functional Code for .NET 6
Why just get by in F# when you can program in style. This book goes beyond …
book
Hands-On Functional Programming in Rust
Explore the support Rust offers for creating functional applications in Rust. Learn about various design patterns, …