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.
Required fields*
-
Ah, that makes sense. There's a quote from one of the those links that describes an ACL as "translating an event into a command.", which is a perfect description of my problem with how to model the event/command. So if I was following a purist approach, I essentially have a layer between the two domains providing that translation.Simon Geard– Simon Geard2024-08-20 08:55:43 +00:00Commented Aug 20, 2024 at 8:55
-
1You're correct that the contexts are somewhat interdependent, but I'm trying to keep that one-way as much as possible. It's okay for other elements to know about Accounting, because many contexts will understand the concept of an Account as a common identity that gets propagated around, and some will need to understand debts and due dates and the like. But I'm much less comfortable with Accounting having too much awareness of the ecosystem around it, because that's a basic building block that should be quite narrow in focus.Simon Geard– Simon Geard2024-08-20 09:04:04 +00:00Commented Aug 20, 2024 at 9:04
-
1@SimonGeard I share a similar understanding about what the dependencies should be. I'd personally go for the approach proposed in the last paragraph, which combines the principle of event subscriptions yet keep the accounting domain clean and let the ACL on the accounting consumer side.Christophe– Christophe2024-08-20 15:04:44 +00:00Commented Aug 20, 2024 at 15:04
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