Skip to content

Refactored file jsguide.js#793

Closed
khaidao000 wants to merge 1 commit intogoogle:gh-pagesfrom
khaidao000:khaidao_branch
Closed

Refactored file jsguide.js#793
khaidao000 wants to merge 1 commit intogoogle:gh-pagesfrom
khaidao000:khaidao_branch

Conversation

@khaidao000
Copy link
Copy Markdown

Refactoring includes:

Using querySelector for simplicity where possible.
Utilizing Array.prototype.forEach.call to directly iterate over NodeList.
Utilizing const for variable declarations where possible.
Simplifying if conditions.
Grouping similar logic and segregating different logic with line breaks for readability.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented Sep 28, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Copy Markdown
Member

@vapier vapier left a comment

Choose a reason for hiding this comment

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

please break this up into multiple changes. there's good stuff in here, but squashing all of this rewrite into a single commit makes it difficult/impossible to reasonably review, and makes it hard to detect bugs or unintentional changes in behavior.

@vapier
Copy link
Copy Markdown
Member

vapier commented Apr 24, 2025

feel free to re-open or open a new PR if you plan on addressing the feedback

@vapier vapier closed this Apr 24, 2025
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.

2 participants