|
|
|
|
|
by toast0
1165 days ago
|
|
> Which is more costly to fix later. This assumption is changed, IMHO, by Erlang. Hot loading makes the cost to make small changes very low. So the question becomes, do you pay the definite cost of build time type checking (usually includes coding time type annotation), or do you accept the possible future cost to making small fixes. Of course, if you work in an organization where even a small fix requires months to release, then do all the things you can to prevent making small mistakes. |
|
It really depends on the domain but it definitely is more than pushing an update.