Refactor: improve query parsing logic and update JSDoc#6136
Refactor: improve query parsing logic and update JSDoc#6136Ayoub-Mabrouk wants to merge 1 commit intoexpressjs:masterfrom
Conversation
Ayoub-Mabrouk
commented
Nov 3, 2024
- Updated the query parsing function to utilize modern JavaScript features.
- Changed the JSDoc return type from {String} to {Object} to accurately describe the return value.
- Enhanced readability and consistency in the implementation.
- Updated the query parsing function to utilize modern JavaScript features.
- Changed the JSDoc return type from {String} to {Object} to accurately describe the return value.
- Enhanced readability and consistency in the implementation.
Abdul-Raffay-0
left a comment
There was a problem hiding this comment.
The change from var to const can have dramatic effects, if you dont know the whole subject, please refrain from mass commits in the name of clean code. There is a reason for everything
Hello @Abdul-Raffay-0 Thanks for your comment! I wanted to clarify the recent change from The I also appreciate your input about mass commits. It's a good reminder that we should double-check our understanding before making strong statements. It's always better to confirm that we’re on the same page first. If you’d like to chat more about this or have any other questions, feel free to reach out. Have a wonderful day! |