The following is a list of internal refactors:
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:
- Rewrite in ESM, use newer JS features/syntax
- Add documentation about internals for new contributors
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: