Tree-like dsl for assertionBuilder #1361
Replies: 2 comments 5 replies
|
can you make an example please? |
5 replies
|
going to introduce a tree-like builder for creating Proofs, hence closing this discussion. Thanks for the input 👍 |
0 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.
Currently assertionBuilder uses fluent api. I am afraid it makes it hard to discover the api as the set of available methods strictly depends on the order of method calls.
Sample:
I think the api would be way easier without fluent bits.
For instance:
Wdyt?
All reactions