@robinheghan dynamic typing leads you to questionable design choices? How?
@robinheghan Sounds like you have come to rely on cost of static typing as a break to stop to think. So maybe the lesson is that coding as fast as possible leads to bad design choices 😊
@christian Bad phrasing.
Static typing makes me think through design decisions at an earlier stage. I often find that in dynamicly typed languages I don't realize something is a bad idea _before_ having used it in several places.
So dynamic typing doesn't lead to questionable design choices, but it also doesn't have a natural step where I stop to think about the design.
Of course, this is probably natural as I only use dynamic langs in side-projects, and static languages at work.