@257m@lemmy.ml to Programming@programming.dev • 2 years agoWhat are your programming hot takes?message-square1035fedilinkarrow-up1349arrow-down114
arrow-up1335arrow-down1message-squareWhat are your programming hot takes?@257m@lemmy.ml to Programming@programming.dev • 2 years agomessage-square1035fedilink
minus-squareGaveUp [she/her]linkfedilinkEnglish1•edit-22 years 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-square@morrowind@lemmy.mllinkfedilink1•2 years 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)