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

Refactor types into type declaration files #50

Open
NathanWEdwards opened this issue Mar 6, 2024 · 0 comments
Open

Refactor types into type declaration files #50

NathanWEdwards opened this issue Mar 6, 2024 · 0 comments

Comments

@NathanWEdwards
Copy link
Collaborator

Type definitions are scattered all throughout the repository. Types should be refined and placed within a common directory.

Requirement criteria:

  • A suitable folder is made for type declarations of all kinds
  • A README is created for guidance on defining types and interfaces
  • A link to the newly created README on defining types and interfaces has a hyperlink reference within the project's root README
  • Types declarations are defined within a type definition file having a .d.ts extension
  • Interfaces, classes, and methods are refactored to accommodate type definitions
  • Variables are typed
  • Method signatures are bestowed with generic typing where appropriate
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