Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests #70

Open
marcus-sa opened this issue Dec 26, 2023 · 2 comments
Open

Add tests #70

marcus-sa opened this issue Dec 26, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@marcus-sa
Copy link
Contributor

No description provided.

@Walidoux
Copy link
Collaborator

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

@marcus-sa
Copy link
Contributor Author

marcus-sa commented Dec 27, 2023

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.

@mathishouis mathishouis added the enhancement New feature or request label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants