6 ms·
i don't think anybody really claims python can't be used to build large software the claim is usually more about how the maintenance costs are just way higher
by preseinger 3y ago
i don't think anybody really claims python can't be used to build large software
the claim is usually more about how the maintenance costs are just way higher versus a statically typed language
- zackees 3y agoBut is that true if the dynamically typed language has type annotations?
- preseinger 3y agoit's a spectrum, of course, but imo yes -- i don't want types to be opt-in at compile time, i want them to be mandatory
- pdimitar 3y agoThey truly and tangibly help somewhat but people give them too much credit.