I don't want to railroad the original code's everything here, but
- Prettier is really useful as a partial check for valid syntax and makes formatting something I never would think about again
- JSDoc makes VSCode development nice and helps verify typing
- Tests are obviously good and helpful where it is possible to test
The biggest goal is I don't want any additional tooling for the launched site. For dev side, that kind of tooling is probably fine.
I don't care that much about styling, especially because that kind of formatting will happen as I keep working on it anyway.
I don't want to railroad the original code's everything here, but
* Prettier is really useful as a partial check for valid syntax and makes formatting something I never would think about again
* JSDoc makes VSCode development nice and helps verify typing
* Tests are obviously good and helpful where it is possible to test
The **biggest** goal is I don't want any additional tooling for the *launched* site. For dev side, that kind of tooling is probably fine.
I don't care *that* much about styling, especially because that kind of formatting will happen as I keep working on it anyway.