Loading...
Loading...
Compare original and translation side by side
| Prefer | When |
|---|---|
| Period (.) | Default choice. Two sentences are often clearer than one. |
| Colon (:) | Introducing explanation: "Here's the thing: it doesn't work" |
| Semicolon (;) | Related independent clauses: "The code works; the tests pass" |
| Em dash (—) | Sparingly, for interruption or emphasis: "It's fast—really fast" |
| 优先使用 | 使用场景 |
|---|---|
| 句号 (.) | 默认选择。两个分句拆成两个句子通常更清晰。 |
| 冒号 (:) | 引出解释:“情况是这样的:它没法正常工作” |
| 分号 (;) | 连接相关的独立分句:“代码能运行;测试通过了” |
| 破折号 (—) | 谨慎使用,用于插入语或强调:“它速度很快——真的很快” |