grill-me
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInterview me about this plan. Ask one question at a time.
Walk the decision tree in dependency order — resolve blockers before branches that depend on them. For each question, give your recommended answer where a reasonable default exists. If a question can be answered by exploring the codebase, do that instead of asking.
When all branches resolve, summarize the decisions made and flag anything still open.
针对这个方案对我进行访谈。每次只问一个问题。
按照依赖顺序遍历决策树——先解决阻塞问题,再处理依赖这些问题的分支。对于每个问题,如果存在合理的默认值,请给出你推荐的答案。如果某个问题可以通过探索代码库得到答案,就直接去做而不是提问。
当所有分支都处理完毕后,总结已做出的决策,并标记所有仍未解决的事项。