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
Hello, I really appreciate your library, it's great.
I miss in your documentation one thing - how to reuse more complex arguments in order not to reuse code.
Perhaps this may be because of call builder chain and complex genericness. C# is not my strength, but I'm getting there.
Hello, I really appreciate your library, it's great.
I miss in your documentation one thing - how to reuse more complex arguments in order not to reuse code.
Perhaps this may be because of call builder chain and complex genericness. C# is not my strength, but I'm getting there.
My builder:
As you see the BuySell enum builder is a "little" complex. Some other arguments will get even more complex.
Would you share your knowledge: how to refactor this code to be as follows:
Bonus point - the same for non-positional argument.s
The text was updated successfully, but these errors were encountered: