bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 年前The meaning of thislemmy.mlimagemessage-square71linkfedilinkarrow-up1543
arrow-up1543imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 年前message-square71linkfedilink
minus-squareArchr@lemmy.worldlinkfedilinkarrow-up1·1 年前This is very true. Match statements are much more powerful that switch statements in any other language. For instance: matching objects very specifically if conditions within case statements pulling variables from inside of the object directly.
This is very true. Match statements are much more powerful that switch statements in any other language.
For instance: