minus-squareCrisps@lemmy.worldtoProgramming@programming.dev•What are your programming hot takes?linkfedilinkarrow-up46arrow-down1·1 year agoDynamically typed languages don’t scale. Large project bases become hard to maintain, read and refactor. Basic type errors which should be found in compilation become runtime errors or unexpected behavior. linkfedilink
minus-squareCrisps@lemmy.worldtoProgramming@programming.dev•What are your programming hot takes?linkfedilinkarrow-up4·1 year agoAdd YAML to that for the same reason. linkfedilink
Dynamically typed languages don’t scale. Large project bases become hard to maintain, read and refactor.
Basic type errors which should be found in compilation become runtime errors or unexpected behavior.