HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agoWhy make it complicated?imagemessage-square52fedilinkarrow-up1118arrow-down118file-text
arrow-up1100arrow-down1imageWhy make it complicated?HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agomessage-square52fedilinkfile-text
minus-squarecharje@lemmy.mllinkfedilinkarrow-up17·9 months agowell, the : String is supposed to be optional right? type inference should know what it is. In truth though, return type polymorphism makes us write more type annotations than I would like.
well, the
: Stringis supposed to be optional right? type inference should know what it is. In truth though, return type polymorphism makes us write more type annotations than I would like.