|
|
|
|
|
by dscrd
4400 days ago
|
|
Programming in dynamic types is not easier because you can jump around the type system more dextrously. Programming in dynamic types is easier because you (mostly) can forget that types even exist. That leads to lesser cognitive load, and that always makes a thinking job easier. That of course makes it more dangerous too, but it's a trade-off. |
|