Skip to content

Conversion to Typescript #120

@joncodo

Description

@joncodo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions