Skip to content

Standardize auth-next style #2983

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

Merged
merged 3 commits into from
Apr 24, 2020
Merged

Conversation

avolkovi
Copy link
Contributor

@avolkovi avolkovi commented Apr 24, 2020

  • prefix directory for test blocks
  • use kebab case for test values to make them visually distinct from
    keys
  • use '#' to prefix instance methods and '.' for class methods
  • prefix all private exported methods with '_'

- prefix directory for test blocks
- use kebab style for test values to make them visually distinct from
keys
- use '#' to prefix instance methods and '.' for class methods
- prefix all private exported methods with '_'
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 24, 2020

Binary Size Report

Affected SDKs

No changes between base commit (37a89ca) and head commit (1f8c971).

Test Logs

Copy link
Contributor

@sam-gc sam-gc left a comment

Choose a reason for hiding this comment

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

Beautiful

@avolkovi avolkovi merged commit 27910ee into auth-next Apr 24, 2020
@avolkovi avolkovi deleted the avolkovi/auth-next-standardise branch April 24, 2020 16:58
sam-gc pushed a commit that referenced this pull request May 19, 2020
* Standardize auth-next style

- prefix directory for test blocks
- use kebab style for test values to make them visually distinct from
keys
- use '#' to prefix instance methods and '.' for class methods
- prefix all private exported methods with '_'

* [AUTOMATED]: Prettier Code Styling

* Two more cases I missed
@firebase firebase locked and limited conversation to collaborators May 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants