| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. Can you fix the typographical error (generted->generated) in the commit message?
Sorry, something went wrong.
remove term `generated` from `dsaEncoding` parameter's description - the parameter is used to specify the format of the signature, function dictates the signature 'action'
|
@Trott @mscdex thank you both for the review @Trott i've fixed typo in the commit message @mscdex my rationale is that dsaEncoding parameter does not influence the action (generate or validate) taken on the signature, but the signature's format; i find it surplus to describe the origin of the signature on the parameter (feels like breaking DRY principle)... if this sounds wrong to you, please respond and i'll revert those two lines. |
Sorry, something went wrong.
|
I probably wrote these descriptions. I agree with @mscdex, but I don't feel strongly about it.
Following this argument, I guess just having documentation breaks DRY. Just look at the code instead, it has all the information 😉 |
Sorry, something went wrong.
Co-authored-by: mscdex <mscdex@users.noreply.github.com>
|
@jasnell @tniessen thanks for the additional review @jasnell @mscdex suggested changes applied @tniessen yes, i agree DRY principle can be overly extended; however this is not the case as the documentation is about why/what, and code is about how ;) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
remove term generated from dsaEncoding parameter's description - the parameter is used to specify the format of the signature, function dictates the signature 'action'
Fixes: #37454