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 the code. #562

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Commits on Jan 6, 2024

  1. Refactor the code.

    This code refactoring does not bring any new functionality additions, nor does it bring any breaking changes.
    The main aspects of the refactoring are as follows:
    1. Use Lombok to reduce duplicate code (this also allows us to add `toString`, `hashCode`, and `equals` methods to most classes)
    2. Updated some documentation
    3. Fixed some warnings.
    4. Modified the style of some code.
    overcat committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    81c38db View commit details
    Browse the repository at this point in the history