Skip to content

Commit d2a3741

Browse files
committed
update post
1 parent 4413e25 commit d2a3741

File tree

3 files changed

+66
-6
lines changed

3 files changed

+66
-6
lines changed

content/posts/2025-09-12_english-for-programmers-02.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Testing 测试是软件开发中的重要短语, 用于检查软件是否达到
2323
| stress test | a method to assess a system's performance under heavy loads | - simulate 1000 users accessing the login page at the same time |
2424
| sanity check 健全性测试 | a quick check to verify that something is as expected | - are the units of the output value correct? |
2525
| ad hoc test 临时测试 | a test performed without predefined test cases or plans | - input unexpected characters into a search bar |
26-
| edge case | a problem that only happens in extreme situations | upload an empty, 0-byte file |
26+
| edge case | a problem that only happens in extreme situations | - upload an empty, 0-byte file |
2727

2828
一些名词短语也可以当作动词使用:
2929
- Can you *sanity check* my email before I send it? I want to make sure there aren't any errors.
@@ -84,6 +84,8 @@ Let's take a closer look at three different techniques that your can use while a
8484

8585

8686
## Code Review
87+
88+
```
8789
Tom: Hey Sophie!
8890
8991
Sophie: Hi! How are you?
@@ -115,6 +117,7 @@ Sophie: Perfect. Thank you. Thanks for the feedback. I'll get started on those a
115117
Tom: Alright. Thanks! Have a great day. Bye.
116118
117119
Sophie: Yep and you! Bye.
120+
```
118121

119122
词汇解释
120123
- **go over**: discuss

public/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)