Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code smell: Bloaters(Long Method) and Dispensables(Duplicate Code) #9

Closed
VadimSush opened this issue Jan 31, 2025 · 0 comments · Fixed by #10
Closed

Code smell: Bloaters(Long Method) and Dispensables(Duplicate Code) #9

VadimSush opened this issue Jan 31, 2025 · 0 comments · Fixed by #10

Comments

@VadimSush
Copy link
Contributor

In TaskManager.cs method UpdateListView is too long. You can move adding and updating into separate methods. Also, there is duplicate code in these two fragments, you can move it to another new method.

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 a pull request may close this issue.

1 participant