Enhancement/minor documentation update#141
Enhancement/minor documentation update#141BeyondMySouls wants to merge 3 commits intomganss:masterfrom
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.