美文网首页简书首页
外企程序员英语情景(一)

外企程序员英语情景(一)

作者: 写代码的小农民 | 来源:发表于2019-07-25 17:40 被阅读1次

    最近入职一家外企,同事来自世界各地,英语成了沟通的主要语言,可是我连四级都没考过……
    从今天开始记录工作中的沟通场景,促使自己进步。如果你也想像我一样掌握英语,我们一起学习进步吧。

    XXview can't response event.

    Me:This is my constraint about XXview.
    这是我对XXview的布局约束
    Chetan:Please verify your handler,is it being set properly, or if you are using same model to receive the event.
    请检查你的事件回调,是否设置正确,或者你是否使用同样的对象接受这个事件.
    Me:why you add func1 at func2? Maybe it is reason!
    为什么你在方法2里面调用方法一?可能这就是不响应的原因。
    Me:I will refresh the data but it won't execute func1.
    我会刷新数据,但并不会执行方法1.
    Chetan: Func1 will be called automatiocally.
    方法 1 将会自动被调用。
    Me:ok ,I will refresh data one more times but won't execute func1
    好的,我将会刷新数据很多次但是不会执行方法1
    Chetan:We can call func3 or func4
    我们可以执行方法3或者方法4(他们会调用方法1)。
    Chetan:Add action whenever you are refreshing the views.
    这样的话无论什么时候你刷新这个view都会添加事件的。
    Me:NO, it's no model when i create view, Because data is asynchronous
    不,当我创建view的时候是没有model数据的,因为数据是异步加载的。
    Me:what happen when i add action one more times?
    当我添加很多次事件的时候会发生什么?
    Chetan:will check tomorrow and fix if needed
    明天我们再检查一下如果需要的话我们修复一下。
    Me:i tried to create model behind create view, the view can response event.
    我常试在创建view之前创建model,这个view就可以响应事件了。
    Basheer: ok ,i didn't involve as it is developed by Chetan.
    好吧,我没有参与,因为它是由Chetan开发的

    Next day 第二天

    Basheer: Regarding view can't response?
    关于view不能响应的问题吗?
    Basheer: I thought you are talking to Chetan for this?
    我觉得你应该和Chetan谈论这件事。
    Basheer:Let me read your mails and then check .
    让我看一下你的邮件然后在检查一下。

    相关文章

      网友评论

        本文标题:外企程序员英语情景(一)

        本文链接:https://www.haomeiwen.com/subject/tjfkrctx.html