257m@lemmy.ml to Programming@programming.dev · 3 年前What are your programming hot takes?message-squaremessage-square888fedilinkarrow-up1356
arrow-up1356message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 3 年前message-square888fedilink
minus-squarecolonial@lemmy.worldlinkfedilinkarrow-up1·3 年前Plus, most statically typed languages either do type inference by default or let you opt in somehow. Even Java, which is probably the reason everyone hated static typing for the first decade of the century or so, now has var.
Plus, most statically typed languages either do type inference by default or let you opt in somehow.
Even Java, which is probably the reason everyone hated static typing for the first decade of the century or so, now has
var.