-
Notifications
You must be signed in to change notification settings - Fork 144
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
Is there something that I should do? #74
Comments
It would be a lot more safer if you add unit tests and continuous integration but I'm afraid it's a lot of work |
The problem is that I've never written unit tests, so I don't know how to do them, and the same goes for continuous integration. And second problem is that every PR is in different language so i would need to create something that can compile and test every language. |
If you had to pick just one language, Javascript is probably going to be the most used package |
CI would be hell to setup 😅 |
|
One extra: a landing page using github to show it in action |
That would require a single workflow to set up ALL THE THINGS to test. Unless we split workflows into one for each and every languages, which is doable. |
I pressed some random buttons and the page is now available here: https://mawerty.github.io/Is-Prime/ . I put link in About section. Should I put the link in Readme or something? |
Is there something that I should do like better Readme, better contribution guidelines or something?
The text was updated successfully, but these errors were encountered: