Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v11.11.0 proposal #26322
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
Uh oh!
There was an error while loading. Please reload this page.
v11.11.0 proposal #26322
Changes from 1 commit
e314681143b8441766b8cdd60cd62d0242a14cf22ff408d7877a944cd1e3724497d9d8a92072169298718045e402ff16440c4353ab5fe27c397151082bc68ba9c4437040896624debc97d66d47be671c3cbd3cf01ce5e632335bcdf44f335d3525d7a18b847db94ab7ee71952d550de4dab64bb441b54528d6074e6949b4733beb74ca0789778db67dab3d7176c2f4f230e98b82df85138a87d5f4955fdc810ced4d1c87e789b818b48a04be506f6ae108c3259ca9e9e5dae20bf610508fac54a25ddbc9b338edb54896a634c685b6b7d836fde4011cd10e25823f0ce818b280bd40a12a1fcde0633c1eaa39cd45007b2fac6d5af58881c0bfbf6dd5dff01490e89d7a8a40468f0a81665cc2574966546cdcbd90728758b8a3f7471108c6985e44768ddd71f4619b5e78a551b9831aa9a206e4b04bf58ac7e26ca6ca185253abdcfcdbbcedabc114156f9a764a9a2c5870e463c1333dcc57179a0b1e739d7e70233d91520768accb57f08e02437bb2520dc172238fa5728260763c11b4eff57a1c008035000178550034820b0c310d8e2cc5ea382b5233fe8926d2a14de8995d188256d7d2d9453ba5f31a8b515b24001b24c8d30a73e0978df636f152fa81702a74a1e1abe1d1d8f5f55858406876125742fe9886fa8110a34905fc40a5a93d6759dbe72cb947bf63094500ed86828fbb74d11e775ae77d33d6a3f6d014a66f9ab5e69154e40c8e9ee2a66cd3d94f4c2b0cde2c6c44e68cccc44b6c7cd9e55d6b49e00c8cd348f1fb5b8ac580d660d9c37b67951f01aa6fdc50230f0a3be2baa689b4eec05e4aa284561cf3ea26ac006d592cb62e228af2a6934df82f086982553560c3aadcbcf5347dd998cf417005e6ec0123fad6bc5771e3f4b27dd66cb4aa70bafb7ccffcb11bd5e08814d036e9a7e196a57652438a43cb2cbf2030b744846cba091b6145b6355ef93d7fa34c254d6851a691b2c77ecb216f440579f4230936172908e63b25694d3bc0123a41138b50e42c9cb62c2463942defc9ba362595fbc3c277d76d774a7File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
1) Consolidate format to a single function. 2) Move some code that can only be reached in some code branches that was formerly executed in all cases. 3) Explicitly check for the string length of zero instead of converting the string to a boolean. 4) Consolidate nested if statements if possible e.g., if (foo) { if (bar) { /* do stuff */ } } to reduce indentation depth. 5) Simplify checks by removing extra length checks when comparing two strings. 6) Use object shorthand notation where possible. PR-URL: #25278 Reviewed-By: Michaël Zasso <targos@protonmail.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing