All Posts

  • Published on
    If you record all of the actions in an app, assert all of the states at every step, and record all of the side effects, you can replay the recording in a test and verify that the app behaves the same way and investigate why. This is a post about how I built a test recorder for TCA.
  • Published on
    A workaround for non-nominal types that don’t conform to Equatable, but really should