Earlier quoted context omitted.
Great! I am so glad more people see types as a useful tool. Personally I see it as essential, so I struggle to understand the mind set of people who do not want to use them. I understand that people think it feels like a lot of work, but that is like nothing compared to the 90% of time people who dont use types spend on reading logs and fixng the same issues every day. I assume people have some sort of amnesia and th…
> 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,…
Thinking that typing is good and buying that a pasted-on-after-the-fact typing system is good are different matters.