很多程序员日常用不到说英语的场景,或者遇到不会的英文单词直接一查就可以了。但也有很多程序员面试的时候要求来一场英文的表述,最近的工作呢,需要和外国人的后端开发交流,所以我整理了一下我日常用到的英文语句,也许你也用得到呢。
场景,假如对方叫Jim,是一名后端开发,你是一名前端开发。现在呢,你们要进行一次远程沟通。
1 你好,Jim,现在可以开始了吗?
Hello, Jim, can we start now?
这里的Hello,表示你好的意思,是友善的表达;
这里的start表示开始的意思,我们现在可以开始了吗?不是now start,而是start now,需要注意。
2 你能把接口和入参分别给我讲一讲吗?
Could you explain the interface and input parameters to me separately?
这里的explain是解释,说明,阐述的意思;
这里的interface表示接口的意思;
这里的parameters表示参数的意思;
这里的separately表示分别的意思。
3 你能把接口一个一个的都给我讲一遍吗?
Can you explain the interfaces to me one by one?
你也可以这样表述,利用one by one,表示希望对方清晰的把接口一个一个的给你讲一遍
4 这个接口是get类型还是post类型的呢?
Is this interface of get type or post type?
这样对方就会剪短的告诉你get还是post,以免出现405的错误。
5 能把接口需要的headers信息告诉我吗?
Could you tell me the headers information required by the interface?
这里的required表示需要的意思
6 我现在使用的axios发送请求
I am currently using axios to send the request
这里的currently表示当前,现在的意思。
7 我试着好像不错,报500错误了,你那边可以打个断点看一下情况吗?
I tried it and it seems to work fine, but it reports a 500 error. Can you put a breakpoint on your end to see what's going on?
这里的tried表示try,尝试的过去式,表示我刚刚试过了;
这里的what's going on表示让对方看看,发生了什么,
8 好的,我再刷新一下页面试试
OK, I'll try refreshing the page.
这里的refreshing表示我这就刷新,是refresh的现在表达,意思就是我就要刷新,我这就刷新,甚至是我立刻现在就要刷新了
9 好的,我重新调用一下接口试试
OK, I'll try calling the interface again.
这里的calling是call的现在式,那么Call interface 就是调接口的意思
10 还是不行,还是报错
Still no, still error
这里的Still表示,还是,仍然的意思,还是报错。
11 好了,接口成功返回了
OK, the interface returned successfully.
其实吧,我觉得你也可以说,OK,the interface is ok.
12 你能把这些返回字段给我讲一讲吗?
Can you tell me about these return fields?
这里的fields表示返回的那些字段们
13 不行,这里缺少了一个字段
No, there is a field missing.
14 接口调试完了,庆祝一下
The interface debugging is completed, let’s celebrate
这里的celebrate表示庆祝的意思。
15 有问题随时联系,再见!
If you have any questions, feel free to contact me. Bye!
这里的feel free,表示随时,随意的意思。
这里的contact me,表示联系我,找我的意思。
好啦,今天调试完了一个接口,很不错。