canpolat@programming.dev to Programming@programming.devEnglish · 2 年前Typing is not a programming bottleneckblog.ploeh.dkexternal-linkmessage-square44linkfedilinkarrow-up1106arrow-down116
arrow-up190arrow-down1external-linkTyping is not a programming bottleneckblog.ploeh.dkcanpolat@programming.dev to Programming@programming.devEnglish · 2 年前message-square44linkfedilink
minus-squareDunstabzugshaubitze@feddit.delinkfedilinkarrow-up2·2 年前Not to aware of how c# works, or interested in defending java, especially ancient java versions, but what does it do better in that regard? Only records for more or less pure data objects come to mind, but those are also in modern Java.
minus-squarephilm@programming.devlinkfedilinkarrow-up3·2 年前It has Properties (basically syntax sugar…)
minus-squarepycorax@lemmy.worldlinkfedilinkarrow-up1·2 年前And it’s so good that Kotlin adopted them too in their journey to fix Java.
Not to aware of how c# works, or interested in defending java, especially ancient java versions, but what does it do better in that regard?
Only records for more or less pure data objects come to mind, but those are also in modern Java.
It has Properties (basically syntax sugar…)
And it’s so good that Kotlin adopted them too in their journey to fix Java.