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

Deprecate the implicit use of init functions #173

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

wanliqun
Copy link
Contributor

@wanliqun wanliqun commented Feb 26, 2024

The implicit use of init functions can lead to unpredictability and bugs. Therefore, we recommend avoiding this practice. Instead, consider using explicit initialization methods for better clarity and maintainability.


This change is Reviewable

@wanliqun wanliqun requested a review from boqiu February 26, 2024 06:48
Copy link
Contributor

@boqiu boqiu left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 9 of 9 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @wanliqun)

@wanliqun wanliqun merged commit c5b249d into main Feb 26, 2024
0 of 2 checks passed
@wanliqun wanliqun deleted the deprecate-implicit-init-func branch February 26, 2024 07:47
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.

2 participants