kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
11.15k stars 1.75k forks source link

refactor(BuildingBlocks): rename context in DomainEventsAccessor #279

Closed dushanpantic closed 11 months ago

dushanpantic commented 1 year ago

As the usage of this DbContext is somewhat abstract, in my opnion, _meetingContext name is too specific, and it could be misleading.

cetindogu commented 1 year ago

Good point :)

kgrzybek commented 11 months ago

Thanks @dushanpantic, it is true - building blocks should be generic, non-domain specified.