0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11 forks (11 forks)auto 404
good first issuerefactor
Repository metrics
- Stars
- 41 stars (41 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- We could just define the default value directly in the class instead of separately in the
NEURO constant.
- We could use definite assignment assertions so we don't have to write question marks every time.
Contributor guide
- Research direction
- Move the NEURO constant into a class with default values in the constructor or property initializers. Use definite assignment assertions (!) on class properties to avoid optional chaining.
- Tech stack
- typescript
- Domain
- developer experience
- Issue type
- Refactor
- Prerequisites
- TypeScript