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

15549487: Remove _initialize methods from Widget2 #474

Merged

Commits on Mar 21, 2024

  1. 15549487: Remove _initialize methods from Widget2

    It is a good practice to prefer composition over inheritance. And
    since we don't make widgets inheriting from other widgets anymore, we
    don't have to separate the initialization of instance variables and
    the initialization of subwidgets.
    
    This is removing _initialize and _initializeSubwidgets in favor of
    always using the object constructor instead.
    JohanBriglia committed Mar 21, 2024
    Copy the full SHA
    9beecd0 View commit details
    Browse the repository at this point in the history