You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Hi @Robert Bräutigam, thanks for the answer and the reminder not follow books like a religion. Yes the database can definitely do it, however I actually do like being able to encapsulate the domain within a single layer, this has two benefits in my humble point of view, first it allows me to easily test this invariant in a unit test without spinning up a database and secondly changing code is much easier than changing the database, it makes spinning up different environments easier, migrating database easier and changing the specifics of the constraint easier.Mazen Elkashef– Mazen Elkashef2021-07-05 19:31:41 +00:00Commented Jul 5, 2021 at 19:31
-
BTW "it makes spinning up different environments easier, migrating database easier and changing the specifics of the constraint easier" are all incidents that happened on the same product, that I am trying to refactor into a pattern or using a process to help us mitigate these things easierMazen Elkashef– Mazen Elkashef2021-07-05 19:32:30 +00:00Commented Jul 5, 2021 at 19:32
-
1@MazenElkashef You know your requirements/preferences, ultimately it is up to you to evaluate all trade-offs. Obviously. I'm just talking about my experiences. We did this in the early days of JEE all the time. I mean re-implementing stuff from the database, because we wanted to be database agnostic. It was a mess and a lot of wasted work every single time. Your mileage may vary however.Robert Bräutigam– Robert Bräutigam2021-07-05 19:39:10 +00:00Commented Jul 5, 2021 at 19:39
-
Thanks @Robert Bräutigam, as I said I am new to DDD and I just wanted to see if I completely missed an aspect in DDD or in SW engineering but it seems like I am not too far from the "right" implementation, I just wanted to make sure I am not completely off, or if there is a design smell, etc. cheers!Mazen Elkashef– Mazen Elkashef2021-07-05 19:42:50 +00:00Commented Jul 5, 2021 at 19:42
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you