Announcing Domain-Driven Design Exercises

Last week Rinat Abdullin kicked of a public Trustbit powered DDD learning course on GitHub.

From the website

This is a set of Domain-Driven Design (DDD) exercises. They take place in the universe of the Transport Tycoon. It is a game "in which the player acts as an entrepreneur in control of a transport company, and can compete against rival companies to make as much profit as possible by transporting passengers and various goods by road, rail, sea and air."

There are of course no constraints in which language a solution should be implemented. This could be a great chance to compare how different languages/paradigms are solving the same problem.

Interested in DDD? Want to get better? See new and interesting ways to solve problems with DDD?

You’re welcome to participate on GitHub.

Zurück
Zurück

Functional Validation in F# Using Applicatives

Weiter
Weiter

Introduction to Functional Programming in F# – Part 5