257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square922fedilinkarrow-up1352arrow-down114
arrow-up1338arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square922fedilink
minus-squareGaveUp [she/her]@hexbear.netlinkfedilinkEnglisharrow-up2arrow-down1·edit-21 year agoIt’s not just the physical typing It’s the fact that you can be extremely flexible with data structures and variables E.g. you can have a list of strings and ints in Python but not java
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up1·1 year agoThis is why union types are great (also sum types are similar I think, never used those)
It’s not just the physical typing
It’s the fact that you can be extremely flexible with data structures and variables
E.g. you can have a list of strings and ints in Python but not java
This is why union types are great (also sum types are similar I think, never used those)