Comment on Refusing TypeScript is a signal that you don't care about code quality

<- View Parent
alr@programming.dev ⁨1⁩ ⁨year⁩ ago

Nonsense. The compiler can handle type-checking far more quickly and acurately than any code reviewer. When I review code, I want to look at code structure, algorithms, data structures, interface design, contracts, logic, and style.

I don’t want to go through your code line by line cross-referencing every function call to make sure you put the arguments in the right order and checking every member access for typos. That’s a waste of my time, and by extension, the company’s money.

source
Sort:hotnewtop