|
|
|
|
|
by kakadu
988 days ago
|
|
The embracing of Typescript and type hints pretty much solidifies the case against dynamic typing for complicated projects. We have projects in java7 still which span thousands of LoC and juniors can just jump in using their IDE and make some sort of contribution. With python this takes much longer. |
|
I’ve been through several typescript projects where ‘as unknown as any’ makes me wish we didn’t even have typescript in the first place.
If you can’t trust the type system it’s worse than not having one :/