Cabrio@lemmy.world to 196@lemmy.blahaj.zone · 1 year agoprogramming rulelemmy.worldimagemessage-square7fedilinkarrow-up197arrow-down10
arrow-up197arrow-down1imageprogramming rulelemmy.worldCabrio@lemmy.world to 196@lemmy.blahaj.zone · 1 year agomessage-square7fedilink
minus-squareceleste@lemmy.blahaj.zonelinkfedilinkarrow-up5·1 year agoCould someone give an explanation for all the people that are not that deep in the programming sauce.
minus-squareAmaltheamannen@lemmy.mllinkfedilinkarrow-up4·1 year agoThis meme is nonsense even if you are a programmer. Explicit typing does not limit you to two options, it just means all values need to be typed.
minus-squareCabrio@lemmy.worldOPlinkfedilinkarrow-up4·edit-21 year agoTypecasting is the action of defining data (in this case people) depending on how it’s to be processed. Explicit typecasting is the rigid defining of data in these types and can only be processed as that type of data. Implicit typecasting will transpose data between types interchangeably depending on how the data is being processed. A more comprehensive explanation would require a class on data structures.
Could someone give an explanation for all the people that are not that deep in the programming sauce.
This meme is nonsense even if you are a programmer. Explicit typing does not limit you to two options, it just means all values need to be typed.
Typecasting is the action of defining data (in this case people) depending on how it’s to be processed.
Explicit typecasting is the rigid defining of data in these types and can only be processed as that type of data.
Implicit typecasting will transpose data between types interchangeably depending on how the data is being processed.
A more comprehensive explanation would require a class on data structures.