/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.ploeh.dk
| | enterprisecraftsmanship.com
4.2 parsecs away

Travel
| | In this post, we'll discuss Value Objects. Specifically, when to introduce them into your code.
| | jmmv.dev
4.9 parsecs away

Travel
| | Dependency injection is one of my favorite design patterns to develop highly-testable and modular code. Unfortunately, applying this pattern by taking Rust traits as arguments to public functions has unintended consequences on the visibility of private symbols. If you are not careful, most of your crate-internal APIs might need to become public just because you needed to parameterize a function with a trait. Let's look at why this happens and what we can do about it.
| | www.paepper.com
4.3 parsecs away

Travel
| | Domain Driven Design (DDD) is an influential book by Eric Evans from 2004 - sometimes also referred to as "the big blue book". This blog post summarizes some of my own understanding of the book and gives you an introduction to domain driven design. Important definitions Domain The domain is the area in the real world which we are writing a computer program about. Model The model is our representation of our domain. Generally, the model represents a subset of our domain at an appropriate abstraction level to be able to solve problems related to that domain.
| | eternalstorms.wordpress.com
16.6 parsecs away

Travel
| This blog has moved. You can find the blog post here. - Matthias mail | website | twitter | instagram | facebook