kgrzybek / modular-monolith-with-ddd

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

refactor(BuildingBlocks): rename context in DomainEventsAccessor #279

Closed dushanpantic closed 8 months ago

dushanpantic commented 10 months 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 10 months ago

Good point :)

kgrzybek commented 8 months ago

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