How do you reproduce bugs that occur sporadically?

前端 未结 28 1291
离开以前
离开以前 2021-01-30 19:43

We have a bug in our application that does not occur every time and therefore we don\'t know its \"logic\". I don\'t even get it reproduced in 100 times today.

Disclaime

28条回答
  •  庸人自扰
    2021-01-30 20:17

    Add pre and post condition check in methods related to this bug.

    You may have a look at Design by contract

提交回复
热议问题