|
|
|
|
|
by bpshaver
396 days ago
|
|
That would seem to be begging the question to an extent. Why does dynamic typing lead to lower development effort? I mostly write Python and make heavy use of type hints. With LSP set up, mypy informs me immediately of any potential type errors which makes development way easier for me. Just saying "dynamic typing is easier" doesn't do it for me without further qualification since that statement doesn't conform to my own experience. |
|