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: Simplify req.fresh getter with destructuring and streamlined conditions #6130

Closed

Conversation

Ayoub-Mabrouk
Copy link

This refactor uses destructuring for method, headers, res, and status, consolidating variable declarations into a single line.

Combined conditions for method and status validation improve readability
and adhere to modern JavaScript practices.

…ned conditions

This refactor uses destructuring for `method`, `headers`, `res`, and `status`,
consolidating variable declarations into a single line.

Combined conditions for method and status validation improve readability
and adhere to modern JavaScript practices.
Copy link
Member

@wesleytodd wesleytodd left a comment

Choose a reason for hiding this comment

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

I don't think we are interested in this style change.

@wesleytodd wesleytodd closed this Jan 15, 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