adr1an@programming.dev to Python@sh.itjust.worksEnglish · 1 year ago1 hour in Javapiefed.jeena.netimagemessage-square15fedilinkarrow-up173arrow-down16file-textcross-posted to: [email protected]
arrow-up167arrow-down1image1 hour in Javapiefed.jeena.netadr1an@programming.dev to Python@sh.itjust.worksEnglish · 1 year agomessage-square15fedilinkfile-textcross-posted to: [email protected]
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up1arrow-down1·1 year agoVerifying that your different pieces of code actually work together. With a static type system and similar compiler features you can lighten the mental load a lot compared to languages like Python where you need to keep it all in your head.
Examples?
Verifying that your different pieces of code actually work together. With a static type system and similar compiler features you can lighten the mental load a lot compared to languages like Python where you need to keep it all in your head.