257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square24fedilinkarrow-up1352arrow-down114
arrow-up1338arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square24fedilink
minus-squareCrisps@lemmy.worldlinkfedilinkarrow-up0arrow-down1·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.
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.