-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hey guys. This could be a really really useful project for the open source world. People need to work on it. :)
I think the best way to work in the open source world is through a strongly typed language. There are many reasons for this including:
- Forcing new contributors to adhere to coding standards
- Enabling new developers to understand the code better
- Make test writing easier as the code will have to change to make it more SRP (Single responsibility principle)
Steps to accomplish this:
- Cover 70% of the code with tests currently. This is a loose outline but in general, just make it work with tests in a CI/CD fashion.
- All tests must be written in .ts
- Convert all files to .ts.
- Create objects for everything 😃
- Make sure all the tests still pass
Metadata
Metadata
Assignees
Labels
No labels