You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
@KyleMcMaster Ya. hahah. Those bugs a few PRs back really burned me when I couldn't tell what was failing in the Functions API.
I want to look at alternatives for logging when using LanguageExt. My C#/OO approach would be decoration via DI, but I'm not sure if that's the best 'functional' approach?
Maybe I'll create an IQueryHandler and ICommandHandler logging decorator so we can get insight on all commands and queries.
@KyleMcMaster Ya. hahah. Those bugs a few PRs back really burned me when I couldn't tell what was failing in the Functions API.
I want to look at alternatives for logging when using
LanguageExt
. My C#/OO approach would be decoration via DI, but I'm not sure if that's the best 'functional' approach?Maybe I'll create an
IQueryHandler
andICommandHandler
logging decorator so we can get insight on all commands and queries.Originally posted by @seangwright in #42 (comment)
The text was updated successfully, but these errors were encountered: