code-review
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCode Review
Code Review
Code review this entire feature. Find all bugs and issues.
Be highly skeptical about the code written, examine line by line, logic by logic. Identify redundant code, bad code, wrong logic, etc. — any and all bugs. Trace the call stack of each logic, until you've examined everything.
List all bugs and issues. Then, fix all issues found to ensure 100% working and no bugs and clean code.
Use verifiers and check for issues. Fix any. Ensure 100%.
Give TLDR.
对整个功能进行代码审查,找出所有bug及问题。
对编写的代码保持高度质疑,逐行、逐逻辑进行检查。识别冗余代码、劣质代码、错误逻辑等各类bug。追踪每个逻辑的调用栈,直至完成所有检查。
列出所有bug及问题。随后修复所有发现的问题,确保代码100%可正常运行、无bug且整洁规范。
使用验证工具检查问题,修复所有问题,确保100%合规。
提供TLDR(简要总结)。