Replies: 1 comment 2 replies
-
This looks great to me. I think this would be an excellent improvement. In fact, I think it would make my work on issue #332 / draft PR #336 easier. Would anyone like to start working on this now? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been skimming over the property module, and I think it needs some TLC. We have no fewer than 8
report
methods, and I think we can probably do better here. What I was thinking is that we could maybe make combinators that allow configuring a property, something like:This would translate into the LINQ interface like:
I'm curious to hear thoughts on this. Apologies up front if this was suggested before.
/cc @moodmosaic @TysonMN @dharmaturtle
Beta Was this translation helpful? Give feedback.
All reactions