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

refactor: Standardize utility classes #2150

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

sgcr
Copy link
Collaborator

@sgcr sgcr commented Sep 15, 2024

  1. changes proposed in this pull request:
    Standardizing means that the utility class has a private constructor that throws UnsupportedOperationException to make clear that there is never the intension to have an instance of that class.

  2. src/main/resources/release_notes.md ...

  • does not require update
  1. [Optional] suggested person to review this PR @tychobrailleur

Copy link
Collaborator

@tychobrailleur tychobrailleur left a comment

Choose a reason for hiding this comment

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

Thanks for that!

Standardizing means that the utility class has a private constructor that throws UnsupportedOperationException to make clear that there is never the intension to have an instance of that class.
@sgcr sgcr force-pushed the feature/refactor-util-classes branch from 1323728 to a1ac138 Compare September 23, 2024 21:03
@wsbrenk wsbrenk merged commit b79de56 into ho-dev:master Sep 24, 2024
1 check passed
@sgcr sgcr deleted the feature/refactor-util-classes branch September 24, 2024 21:20
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.

3 participants