Relative Content

Tag Archive for value-object

domain driven design value object behavior

I recently finished Steve Smith and Julie Lerman’s excellent Pluralsight course on Domain Driven Design, and I’m applying the training to a project. I have what I think is a good candidate for a value object: MeasurementSpecification. In the problem domain, a measurement specification always has a nominal value, a minimum tolerance, and a maximum tolerance. A model may look something like this:

domain driven design value object behavior

I recently finished Steve Smith and Julie Lerman’s excellent Pluralsight course on Domain Driven Design, and I’m applying the training to a project. I have what I think is a good candidate for a value object: MeasurementSpecification. In the problem domain, a measurement specification always has a nominal value, a minimum tolerance, and a maximum tolerance. A model may look something like this: