Closed samwaseda closed 2 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: -0.01% (target: -1.00%) | :white_check_mark: 88.89% |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
draw.py | 14 | 92.45% | ||
<!-- | Total: | 14 | --> |
Totals | |
---|---|
Change from base Build 10927133806: | -0.006% |
Covered Lines: | 2969 |
Relevant Lines: | 3253 |
In the
draw
method I find it extremely difficult to figure out which (especially input) parameters still have to be defined, and I'm sure I'm not the only one feeling this way, but I'm not really sure what would be the best way to distinguish different states. In this example, onlyAdd__y
has no color, because it's not connected and no value is assigned:I find it pretty nice because you can immediately see that
Add__y
has to get a value or be connected. But this example is just a suggestion, which I don't consider to be the best possible product. So let me know what you think. @liamhuber @JNmpi @Tara-Lakshmipathy.