Skip to content

Conversation

scop
Copy link
Contributor

@scop scop commented Oct 31, 2021

Complexity is not about just nesting depth, there are other considerations.

Closes #8

Complexity is not about just nesting depth, there are other
considerations.

Closes #8
@scop
Copy link
Contributor Author

scop commented Oct 31, 2021

This approach changes all occurrences of the messages to the one discussed in #8. I think that's fine, even though the original report there kind of implicitly asked to separate nesting and other kind of complexity. That seems much more work than it's worth, we can keep it simple like here.

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2021

Codecov Report

Merging #9 (dad1a54) into master (a072451) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #9   +/-   ##
=======================================
  Coverage   76.85%   76.85%           
=======================================
  Files           3        3           
  Lines         216      216           
=======================================
  Hits          166      166           
  Misses         38       38           
  Partials       12       12           
Impacted Files Coverage Δ
nestif.go 96.29% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a072451...dad1a54. Read the comment docs.

Copy link
Owner

@nakabonne nakabonne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This definitely helps us to get a better sense of what's going on. Thank you!

@nakabonne nakabonne merged commit 2162adb into nakabonne:master Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inaccurate message wrt nesting vs complexity
3 participants