Just joined a TypeScript project
Just joined a TypeScript project.
I noticed an opportunity for refactoring.
In JS, I’m more hesitant to change code. Even with tests, I fear missing some impacted spots.
With TypeScript, I’m more confident. I lean on the compiler. This assures I update all impacted code.