Problem: A TypeScript codebase with "any" everywhere
Problem: A TypeScript codebase with "any" everywhere.
My first move:
1. Strongly type all HTTP calls. This ripples throughout the code in a good way. Instantly, every function that consumes HTTP data has clear types.
2. Use ESLint to enforce that all fetch responses are typed.