2018年3月10日

摘要: Questions: Below are two faulty programs. Each includes a test case that results in failure. Answer the following questions (in the next slide) about 阅读全文
posted @ 2018-03-10 17:13 fogmisty 阅读(139) 评论(0) 推荐(0)
 
摘要: 最令我印象深刻的程序错误几乎都是那些细节,具体的记不清了,因为真的很细。他们不会报正常的错,要么是时而可以正常运行,时而不能正常运行但是没有报错,比如闪退或者持续运行没有输出;要么是报的错误意义很宽泛,不容易找到,比如空指针、越界等。 这些问题有的是语句顺序问题,有的是语言版本问题,有的是缺少了一句 阅读全文
posted @ 2018-03-10 15:13 fogmisty 阅读(94) 评论(0) 推荐(0)