ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 6 days agoMade this after someone noticed her face looked like PirateSoftwarelemmy.worldimagemessage-square61linkfedilinkarrow-up1228arrow-down135
arrow-up1193arrow-down1imageMade this after someone noticed her face looked like PirateSoftwarelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square61linkfedilink
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up6·5 days agoNever said that. In fact, enums have lots of issues that can add a lot of boilerplate code. But actually having data associated with the type system instead of just a flag is a lot more powerful and less prone to errors than classic enums You can also put functions on this union type that allows easy abstraction of what state the union is in
Never said that. In fact, enums have lots of issues that can add a lot of boilerplate code.
But actually having data associated with the type system instead of just a flag is a lot more powerful and less prone to errors than classic enums
You can also put functions on this union type that allows easy abstraction of what state the union is in