VSC-NeuroPilot/neuropilot

Make `NEURO` into a class instance.

Open

#173 opened on Nov 10, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (11 forks)auto 404
good first issuerefactor

Repository metrics

Stars
 (41 stars)
PR merge metrics
 (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