2018年3月12日

摘要: 想要对这三者进行区分,首先要知道它们的定义。 fault: A static defect in the software. error: External, incorrect behavior with respect to the requirements or other descripti 阅读全文

posted @ 2018-03-12 11:44 XieJuan 阅读(1879) 评论(0) 推荐(1)

摘要: 经常戏谑自己的编程之旅就是:“写 bug,改 bug,再写 bug,直到运行成功”。毕竟,作为编程渣渣经常性不知道自己哪又写错了,一顿 debug 之后,常常又会有其他的问题出现。现在还记得大一刚接触编程时,不知道犯了多少的语法错误。 那时最容易犯的一个错误就是“=”和“==”分不清,每次写判断语句 阅读全文

posted @ 2018-03-12 11:05 XieJuan 阅读(801) 评论(0) 推荐(0)