Open martinmladenov opened 1 year ago
The getNumberOfPassedChecks in CodeChecksResult method currently accepts a boolean.
getNumberOfPassedChecks
CodeChecksResult
One way to avoid this boolean would be to offer two methods weightedNumberOfPassedChecks. See this blog post explaining this Clean Code rule: https://www.informit.com/articles/article.aspx?p=1392524
One way to avoid this boolean would be to offer two methods weightedNumberOfPassedChecks.
weightedNumberOfPassedChecks
See this blog post explaining this Clean Code rule: https://www.informit.com/articles/article.aspx?p=1392524
_Originally posted by @mauricioaniche in https://github.com/cse1110/andy/pull/210#discussion_r1225873677_
I'd love to do this issue
Thanks, I assigned you. Let me know if you have any questions :)
The
getNumberOfPassedChecks
inCodeChecksResult
method currently accepts a boolean._Originally posted by @mauricioaniche in https://github.com/cse1110/andy/pull/210#discussion_r1225873677_