HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 23 hours agoWhy make it complicated?lemmy.mlimagemessage-square43fedilinkarrow-up180arrow-down112file-textcross-posted to: programmer_humor@programming.dev
arrow-up168arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 23 hours agomessage-square43fedilinkfile-textcross-posted to: programmer_humor@programming.dev
minus-squareByteWelder@feddit.nllinkfedilinkEnglisharrow-up3·11 hours agoIn Kotlin, you can have the type become implicit with the former syntax: let text = number.toString() (text is a String here)
In Kotlin, you can have the type become implicit with the former syntax:
let text = number.toString()
(text
is aString
here)