|
|
|
|
|
by lisper
390 days ago
|
|
> Why does dynamic typing lead to lower development effort? Because you can run your program to see what it does without having to appease the type checker first. There is nothing wrong with presenting type hints or type errors as warnings. The problems arise when the compiler just flat-out refuses to run your code until you have finished handling every possible branch path. |
|
Surely you can't be against putting a TODO in an unfinished part of the code?