canpolat@programming.dev to Programming@programming.devEnglish · 1 year agoTyping is not a programming bottleneckblog.ploeh.dkexternal-linkmessage-square27fedilinkarrow-up183arrow-down115
arrow-up168arrow-down1external-linkTyping is not a programming bottleneckblog.ploeh.dkcanpolat@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square27fedilink
minus-squareCatPoop@lemmy.worldlinkfedilinkEnglisharrow-up10·1 year agoAssuming this is C#, you could just make Reservation a record type, which can be defined with a one line primary constructor, is immutable and has value type equality. Second example is an insane amount of boilerplate.
Assuming this is C#, you could just make Reservation a record type, which can be defined with a one line primary constructor, is immutable and has value type equality. Second example is an insane amount of boilerplate.