Alex@lemmy.ml to Programmer Humor@lemmy.ml · 9 months agoA week of fprintfs has me wanting to code rust next weeklemmy.mlimagemessage-square31fedilinkarrow-up130
arrow-up130imageA week of fprintfs has me wanting to code rust next weeklemmy.mlAlex@lemmy.ml to Programmer Humor@lemmy.ml · 9 months agomessage-square31fedilink
minus-squareJohanno@feddit.delinkfedilinkarrow-up1·9 months agoPython was typeless. And it was common to reuse variables with different types of content. So you at some point never knew what actually is within the variable you are using. Using typing in python solve 95% of your problems of having runtime errors instead of compile errors
Python was typeless. And it was common to reuse variables with different types of content.
So you at some point never knew what actually is within the variable you are using.
Using typing in python solve 95% of your problems of having runtime errors instead of compile errors