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

style(lib/checks): var -> let and const codemod #4451

Merged
merged 1 commit into from May 7, 2024

Conversation

gaiety-deque
Copy link
Contributor

This is a piece of a larger creative time PR so it's easier to review, the full scope can be seen here and includes eslint adjustments not seen here #4444


Who else does this?

Why do this?

Gaiety's explanation: "let works the way most devs think var works. scope leaking and variable hoisting is a messy confusing idea, JS got updated for a reason" also it's 2024, this isn't too controversial anymore

Who else does this?
  - Google (JS style guide) https://google.github.io/styleguide/jsguide.html#features-local-variable-declarations
  - Airbnb (popular JS style guide) https://github.com/airbnb/javascript

Why do this?

Gaiety's explanation: "`let` works the way most devs think `var` works.
scope leaking and variable hoisting is a messy confusing idea, JS got
updated for a reason" also it's 2024, this isn't too controversial
anymore

- https://www.freecodecamp.org/news/var-let-and-const-whats-the-difference/
- https://blog.javascripttoday.com/blog/var-vs-let-vs-const/ "The var
  keyword was originally used for declaring variables in JavaScript. If
  you’ve browsed an old codebase or an older JavaScript tutorial, you
  have probably seen it."
- https://medium.com/@rithinmenezes/understanding-let-var-and-const-in-javascript-a-guide-to-variable-declarations-f271c5b8dc79
- Airbnb's why https://airbnb.io/javascript/#variables
@gaiety-deque gaiety-deque marked this pull request as ready for review May 7, 2024 17:58
@gaiety-deque gaiety-deque requested a review from a team as a code owner May 7, 2024 17:58
Copy link

@romankulkovsf romankulkovsf left a comment

Choose a reason for hiding this comment

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

Pr

@gaiety-deque gaiety-deque merged commit b523ace into develop May 7, 2024
21 checks passed
@gaiety-deque gaiety-deque deleted the var-to-let-libchecks branch May 7, 2024 22:26
@romankulkovsf

This comment was marked as off-topic.

gaiety-deque added a commit that referenced this pull request May 10, 2024
Just like #4451 but for
`lib/commons`

Smaller part of the full vision:
#4444
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.

None yet

3 participants