-
Notifications
You must be signed in to change notification settings - Fork 124
Enhancement/minor documentation update #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Enhancement/minor documentation update #141
Conversation
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
=======================================
Coverage 93.80% 93.80%
=======================================
Files 9 9
Lines 1195 1195
Branches 171 171
=======================================
Hits 1121 1121
Misses 47 47
Partials 27 27
Continue to review full report at Codecov.
|
Thanks. TBH, I'm not a fan of the pseudo-syntax documentation for |
Sure no worries.
While using several methods in my application, I had some issues to understand what you expect from these Func parameters. Therefore I had to dig in the source code to check where you pass those parameters and still, at a glance, do not understand what some of the parameters above are because they are named "(o, v, c)". What I mean is that it is quite difficult to understand what you expect from each parameter in a Func, especially when you use primary types, the object type, or have several inputs. So I added these xml comments. Just added some examples how it currently appears:
Sorry, I do not understand what you mean here or where we should add those text comments. To be honest, I am quite busy but , if it is a quick addition, I don't mind. |
I agree with you about the need to better document the Func's parameters.
I mean instead of adding pseudo-code like
|
Ok, I will add them. |
Improve documentation for readme, and xml documentation for Action/Func fields parameters.