I want to pinpoint one project, where I would say that I have never seen the worst coding practices anywhere else.
- Using scoped styles in every component
- Using a JS framework along with defining custom components (like: buttons and labels)
- Not using ESLint or any other linting tool
- Spacing and tabs mixed together
- Not removing old/unused code