• 1 Post
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • If you can measure regressions in some way it would help to quantify the scale of the problem and also give the team something to visibly work towards.

    For example: number of automated error reports (tracking like Sentry), number of issues/bug tickets created manually or number of PRs that are associated with fixing regressions (tagged after the fact).

    Watching these numbers go down is satisfying.

    The other thing I’d do is try to improve the tooling around testing to reduce friction when writing tests.

    Are there no consequences for shipping buggy things though? No grumpy customers or internal users? I take pride in stuff that works well first time.