TypeScript anti-pattern: Stop using 'any' as escape hatch. Even in type emergencies:
1. Use @ts-expect-error with comments
2. Create branded types
3. Leverage 'unknown' with type guards
Your future self will thank you.
Marco Silvamarcosilva

Software engineer specializing in TypeScript, static typing, and scalable application architectures.
0 followers