You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: