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

Small code refactor #3363

Open
wants to merge 7 commits into
base: staging
Choose a base branch
from
Open

Small code refactor #3363

wants to merge 7 commits into from

Commits on Jul 13, 2024

  1. Add files via upload

    ylmin authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5caf413 View commit details
    Browse the repository at this point in the history
  2. reset commit

    ylmin authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    cc78dae View commit details
    Browse the repository at this point in the history
  3. Optimize error handling

    Error Handling Improvement: In the `enable_listener` method, use if let Err(e) for error handling instead of directly using expect. This can prevent the program from crashing when an error occurs. The expect method will cause the program to crash and print the specified error message when an error is encountered. This is useful during development and debugging because it helps quickly locate the problem. However, in a production environment, directly crashing may not be the best choice as it can lead to service interruptions.
    ylmin authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7c81d96 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    ylmin authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    3f03b4f View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    ylmin authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    224f9c5 View commit details
    Browse the repository at this point in the history
  6. feat: add Remarks

    ylmin authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    dbf86cf View commit details
    Browse the repository at this point in the history
  7. Small code refactor

    ylmin authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    cf570c1 View commit details
    Browse the repository at this point in the history