You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point soon, we should be thinking about providing some coverage for the existing code with a unit test suite. This will make code easier and quicker to refactor (or when merging PRs) by providing feedback as to any regressions or breakages introduced as a result of changes.
It doesn't have to be anything hugely fancy to begin with - just enough to make sure that prodding the code in one place doesn't break it in another. Once even a basic suite exists, it can be fleshed out later.
The text was updated successfully, but these errors were encountered:
At some point soon, we should be thinking about providing some coverage for the existing code with a unit test suite. This will make code easier and quicker to refactor (or when merging PRs) by providing feedback as to any regressions or breakages introduced as a result of changes.
It doesn't have to be anything hugely fancy to begin with - just enough to make sure that prodding the code in one place doesn't break it in another. Once even a basic suite exists, it can be fleshed out later.
The text was updated successfully, but these errors were encountered: