For many years we’ve been using statically typed languages for the safety they offer. But now, as we all gradually adopt Test Driven Development, are we going to find that safety redundant? Will we therefore decide that the flexibility of dynamically typed languages is desirable?
Oh I know exactly why, lol. People always want to both have their cake and eat it too. But to be fair, with an awfully mentally taxing job like programming we really need all the help we can get…
Eh, if my life keeps improving with that snail-on-sleeping-pills tempo… I’ll likely pick up OCaml when I retire.
I want to focus on Rust a bit more now but since I just switched jobs for another Elixir company this will likely wait – but I’ll see if I can push for a duo-lingual approach. If not, I’ll live through it easily.
It is more like striking a balance.
More and more people prefer a using dynamic type language for kickstarting a project.
As the project grows, they try to make use of the additional static type feature.