minus-squareCrisps@lemmy.worldtoProgramming@programming.dev•What are your programming hot takes?linkfedilinkarrow-up0·2 years 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
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.