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
wdym by "Add tests"? 2e2 ? units?
I personally don't think that will be necessary because it's just add bunch of .test.ts files everywhere and thus add more complexity to the project
wdym by "Add tests"? 2e2 ? units? I personally don't think that will be necessary because it's just add bunch of .test.ts files everywhere and thus add more complexity to the project
Whatever gets the job done.
Tests are a necessity to ensure that there are no regressions and that every piece of behavior works as intended.
It also allows contributors to easier navigate the codebase and figure out what is going on.
If tests add complexity to a project then it means that the code is in a very bad state.
No description provided.
The text was updated successfully, but these errors were encountered: