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

refactor: rename enum-like members to ALL_CAPS #3023

Merged
merged 1 commit into from
Jun 24, 2019

Commits on Jun 24, 2019

  1. refactor: rename enum-like members to ALL_CAPS

    Similar to the enum naming convention, public static readonly properties
    must be ALL_CAPS.
    
    This is in accordance with the new construct library guidelines.
    
    Fixes #3018
    
    BREAKING CHANGE: members in enum like classes are now named using ALL_CAPS
    shivlaks committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    42b29ef View commit details
    Browse the repository at this point in the history