Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    Unit tests are also a handy way to mark your deterministic code as such. "Be sure to run the tests more than once because some times they fail just because they feel like it" Not kidding. Real quote. Commented Jun 14, 2023 at 2:41
  • 1
    @candied_orange: I actually do have unit tests that catch sporadic failures. Until the causing bugs were tracked down about one build in a hundred would bomb with an unrelated unit test failure. Commented Jun 14, 2023 at 2:48