Norbert Orzechowicz

Results 101 comments of Norbert Orzechowicz

hi @webdevilopers So I just want to clarify `SharedKernel`. As you might notice, in dumplie we have 3 standalone and independent bounded contexts. - Customer - CustomerService - Inventory Each...

> If you were to design @dumplie as a Symfony bundle I guess each bounded context would become its own Symfony App(Kernel) and things like a CommandBus would be added...

Hey, can I ask what is the use case for MatcherFactory? In general that class is mostly for building matchers in specific order which is super important when it comes...

yeah, matcher comes with the UUID support, I guess you might mark this property as deprecated then?

Do we really need to break BC to support enums? It might be better to probably just check if method enum_exists and then use it to check if given value...

Hey! Let me first bring some more context into this In general isAfter/isAfterOrEqual should be used with following classes: * DateTime 🆗 * Time ❌ * Day 🆗 * Month...