@[email protected] to [email protected]English • 2 years 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 • 2 years agomessage-square45fedilink
minus-square@[email protected]linkfedilink2•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-square@[email protected]linkfedilink1•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.