Eric J. Smith
ericjsmith.dev
Eric J. Smith
@ericjsmith.dev
Absolutely! Totally appreciate the feedback. 🙂
August 6, 2025 at 9:12 PM
As far as the tuple returns, you don’t have to use them if you don’t want to. The point is making it so that there isn’t any messaging framework in your handlers which makes testing a lot nicer. No message context or even IMediator to publish notifications is required in your handlers.
August 6, 2025 at 1:55 PM
Thanks for the feedback! We could have an IHandler marker interface that we look for instead of by naming convention. But if we had a contract for the handler methods, it would make it impossible to do some of the things it’s doing. Features that I personally really like.
August 6, 2025 at 1:53 PM