首页 > 系统 > linux > 正文

程序出错那些事
2013-08-31 22:10:17 点击:

编者按:程序员和软件测试员之间的关系无须多言。这些经典回复是国外程序员总结分享的,全球通用。20. That’s weird… 很奇怪……...

编者按:程序员和软件测试员之间的关系无须多言。这些经典回复是国外程序员总结分享的,“全球通用”。

20. “That’s weird…” 很奇怪……

19. “It’s never done that before.” 以前没这样过的。

18. “It worked yesterday.” 昨天还好好的。

17. “How is that possible?” 那怎么可能?(怎么会出问题?)

16. “It must be a hardware problem.” 这一定是硬件问题。 

15. “What did you type in wrong to get it to crash?” 你输入什么东西后才崩溃的?

14. “There is something funky in your data.” 你的数据有问题。

13. “I haven’t touched that module in weeks!” 我好几个礼拜没动那个程序了!

12. “You must have the wrong version.” 你一定在用错误的版本。

11. “It’s just some unlucky coincidence.” 这只是凑巧。

10. “I can’t test everything!” 我无法测试所有东西。(我的机器环境下,无法测试所有的可能情况。)

09. “THIS can’t be the source of THAT.” “这”不可能是问题的原因。

08. “It works, but it hasn’t been tested.” 程序能用,不过还没有测试。

07. “Somebody must have changed my code.” 一定有人改了我的代码。

06. “Did you check for a virus on your system?” 你的电脑扫描病毒了么?

05. “Even though it doesn’t work, how does it feel? 即便程序不行了,(你觉得)程序写得如何?

04. “You can’t use that version on your system.” 你不能在你系统上使用那个版本的程序。(程序版本和系统有冲突。)

03. “Why do you want to do it that way?” 你怎么会想着那样操作啊?

02. “Where were you when the program blew up?” 程序崩溃时,你在做什么呢?(做了哪些操作?)

01. “It works on my machine”   在我机器上好好的!!!(潜台词:怎么在你那就出问题了呢!!!)

 Image:Avatar300.png

原文:Katelynn Eaton 


相关热词搜索:程序 出错 那些

上一篇:CentOS防火墙进行配置
下一篇:linux下zip,tar,gz解压,bz2等各种解压,压缩文件方法