257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square34fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square34fedilink
minus-squareCrisps@lemmy.worldlinkfedilinkarrow-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.
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.