|
|
|
|
|
by TheGuyWhoCodes
1845 days ago
|
|
> I struggle to understand the mind set of people who do not want to use them It usually comes from people who never had experience with statically typed languages, don't work on projects with a large dev team, cross teams projects or work with a lot of 3rd party libraries. They don't realize the maintenance nightmare that types can easy. Sure you write one off script, or something that is rarely run don't use types, but when you have a 50k lines codebase that is actively developed and maintained it's another story. I'm so glad Typescript changed that mindset of frontend developers and is supported by a lot of prominent open source projects |
|
Thinking that typing is good and buying that a pasted-on-after-the-fact typing system is good are different matters.