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

Refactoring - Consolidate Duplicate Conditional Fragments #73

Open
stikrobinson opened this issue Jan 13, 2025 · 0 comments
Open

Refactoring - Consolidate Duplicate Conditional Fragments #73

stikrobinson opened this issue Jan 13, 2025 · 0 comments

Comments

@stikrobinson
Copy link

The putZone method of the ActHandler.java class has identical code in all branches of a conditional. Therefore, we should move the code out of the conditional. The advantages of this refactoring are: eliminating repeated code blocks, improving code readability by making clearer the specific purpose of each condition and consequently facilitating maintenance.
image

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

No branches or pull requests

1 participant