canpolat to ProgrammingEnglish · 2 years agoTyping is not a programming bottleneckblog.ploeh.dkexternal-linkmessage-square47linkfedilinkarrow-up1114arrow-down118
arrow-up196arrow-down1external-linkTyping is not a programming bottleneckblog.ploeh.dkcanpolat to ProgrammingEnglish · 2 years agomessage-square47linkfedilink
minus-squareDunstabzugshaubitze@feddit.delinkfedilinkarrow-up2·2 years agoNot 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-squarepycorax@lemmy.worldlinkfedilinkarrow-up1·2 years agoAnd 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.