Domain modelling made simple: Functions and Values – Isaac Abraham

video:

We're familiar with the idea of conceptually modelling a domain, but this frequently breaks down when moving from concept to code. Often, our choice of language slowly but surely leads to misunderstanding not just between domain experts and developers, but between developments within the team itself.

This talk will take a real-world example and show how F# allows us to succinctly and accurately model concepts that are both readable and understandable for non-techical team members, whilst providing developers with the ability to make illegal states unrepresentable within our code.

We'll also see how F#'s unique interactive REPL helps us to iteratively evolve a domain in bitesize steps, naturally moving towards a viable solution.

Tags

Follow us

Read our latest news from Virtual DDD on any of these social networks!

Recent videos

Impact Mapping – The Secret Sauce

Details "Impact mapping is a lightweight, collaborative planning technique for teams that want to make a big impact with software products. It is based on user interaction design, outcome-driven planning and mind mapping. Impact maps help delivery teams and...

Pragmatic Architecture: How to Know When It’s Enough

Details Overengineering wastes time and effort, while underengineering creates future pain. How do you strike the right balance? This talk explores how you can use the balanced coupling model to achieve the just-right engineering. You’ll learn to predict volatility of...