LoginSignup
1
1

More than 5 years have passed since last update.

技術英語 > Stabilize the error / make it occur reliably.

Last updated at Posted at 2016-11-08

@ Code Complete (No. 17482 / 36077)

Here's an effective approach for finding a defects:
1. Stabilize the error
2. Locate the source of the error (the "fault").
...
3. Fix the defects
4. Test the fix
5. Look for similar errors.

問題が起きた時に、その再現性を高める方法を探すということでStabilize the errorなのだろう。
再現率が高まれば、色々試行錯誤ができるようになる。

下の方に以下の文章がある。

The defect is easier to diagnose if you can stabilize it -- that is, make it occur reliably.

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1