Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Even if the task passes these tests, we still may want to replace it because (unless we change the parts of the tree that it tests) we won’t learn much from it in later testing. It works, and we should move on. This is especially true if we find that another part of the tree is either not performing well or is not being tested enough; it may be better to replace our “golden” task with one that tells us more about what needs improving. ~but replacing tasks will make before/after comparisons harder to make, so is this really a good idea? Just add the more useful tasks and keep the golden ones?

  •  example

 

Updating correct answers accordingly

...