讲一个项目:做了什么、遇到什么、结果如何。
Walking Through a Project · 8 轮 · 你要说 4 句
对方
Tell me about a project you're proud of.
讲一个你引以为傲的项目。
你
I built a payment feature used by many customers.
我做了一个很多客户在用的支付功能。
对方
What was the hardest part of it?
最难的部分是什么?
你
Handling failures without losing anyone's money.
处理失败情况时不能弄丢任何人的钱。
对方
How did you approach that?
你是怎么做的?
你
We wrote tests for every failure we could imagine.
我们为能想到的每种失败都写了测试。
对方
Did anything still go wrong?
后来还出过问题吗?
你
One bug reached users, and we fixed it that day.
有一个 bug 到了用户那儿,我们当天修好了。