@[email protected] to [email protected]English • 1 year agoTyping is not a programming bottleneckblog.ploeh.dkexternal-linkmessage-square45fedilinkarrow-up1102
arrow-up1102external-linkTyping is not a programming bottleneckblog.ploeh.dk@[email protected] to [email protected]English • 1 year agomessage-square45fedilink
minus-square@[email protected]linkfedilink2•1 year 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-square@[email protected]linkfedilink1•1 year 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.