DRY? #262
Unanswered
guillaumeagile
asked this question in
Ideas
DRY?
#262
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
First of all, thank you and bravo for all the work done.
Never seen such an acheived and well written code among DDD open source projets/tutorials.
I hope this will be received a positive criticism:
I can see a lot of repetition (counter DRY) in domain entities events handling (when)
for example:
Wouldn't it be nicer to rise a more generic event (like MeetingFeePaymentUpdated) as even it is Expired or Paid, the treatment is the same.
Regards
Beta Was this translation helpful? Give feedback.
All reactions