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

Conversion to Typescript #120

Open
joncodo opened this issue Feb 3, 2023 · 0 comments
Open

Conversion to Typescript #120

joncodo opened this issue Feb 3, 2023 · 0 comments

Comments

@joncodo
Copy link
Contributor

joncodo commented Feb 3, 2023

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:

  1. 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
  1. Convert all files to .ts.
  2. Create objects for everything 😃
  3. Make sure all the tests still pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant