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

[Enhancement] optimization Handler chain #1725

Open
CLFutureX opened this issue Aug 6, 2024 · 0 comments
Open

[Enhancement] optimization Handler chain #1725

CLFutureX opened this issue Aug 6, 2024 · 0 comments
Labels
enhancement New feature or request Stale

Comments

@CLFutureX
Copy link
Contributor

The current error handling chain in s3Storage is not distinctly designed to differentiate between the chain and the handlers on the chain, with the distinction being made only in naming, which leads to poor code readability and maintainability.

Optimization: Create an interface for the chain so that the caller can clearly understand that the call is to the chain, not to an individual handler. For example, in the current S3Storage, what needs to be called is the chain, but the parameter passed is the handler.
1722922618367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Stale
Projects
None yet
Development

No branches or pull requests

1 participant