What are unit tests and why should I care?

后端 未结 8 1445
礼貌的吻别
礼貌的吻别 2020-12-13 05:13

Okay, I develop web applications in PHP and JavaScript and a lot of times here on Stack Overflow I have seen the word unit test passing by, but nowhere on the websi

8条回答
  •  萌比男神i
    2020-12-13 05:47

    On why unit testing should be done in the first place, I would like to add the argument by Barry Boehm: "a fault discovered and corrected in the unit testing phase is more than a hundred times cheaper than if it is done after delivery to the customer."

    While the multiplier does sound a bit rough, I think the argument definitely justifies testing.

提交回复
热议问题