-
Notifications
You must be signed in to change notification settings - Fork 15
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
Maintenance #82
Comments
TypeScript would be good, too. There's some very old stuff that is no longer relevant (function name properties if I recall). And there's a continuation pattern that should be replaced by generator functions. |
Do you mean adding type definitions, or rewriting in TypeScript? |
Rewrite. There’s a lot of complex logic that would benefit from typesafety. |
I've updated the issue description with a list, feel free to edit and add items. Are you wanting to update the code style as well, e.g. with |
The following is a list of internal refactors:
Object.hasOwn
(available from Node.js 16.9) (Move to ESM #83)Original description
@novemberborn in avajs/ava#1861 (comment), you mention that Concordance is in need of some love. While the issues here are good for tracking enhancements, I think it would be good to track refactor/maintenance items in a single issue.
What are some things you think need improved? Listing them would make it easier for people to pick one and help out.
Some thoughts of my own:
The text was updated successfully, but these errors were encountered: