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

Suggest using getters in mixins #4767

Closed
wants to merge 8 commits into from
Closed

Commits on Apr 14, 2023

  1. Suggest using getters in mixins

    I've long understood how mixins could provide value, but it took me way to long to understand how to access state in the super class (which makes mixins far more powerful). I'm not sure if this rewording is enough or if it may be helpful to add a simple example of a getter or accessing a member of the superclass in the mixin.
    
    I like the brief docs, but this is a case where one more example would've gone a long way for me.
    KyleFin committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d4c9403 View commit details
    Browse the repository at this point in the history
  2. Update src/language/mixins.md

    KyleFin committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f7d8931 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    d1acde6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4e770 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    76fcba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    b882601 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    32a4756 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    84689fc View commit details
    Browse the repository at this point in the history