The Picard Maneuver@lemmy.world to Microblog Memes@lemmy.worldEnglish · 11 days agoSure, if you put it like that...lemmy.worldexternal-linkmessage-square74fedilinkarrow-up11.06Karrow-down125
arrow-up11.03Karrow-down1external-linkSure, if you put it like that...lemmy.worldThe Picard Maneuver@lemmy.world to Microblog Memes@lemmy.worldEnglish · 11 days agomessage-square74fedilink
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkEnglisharrow-up5·11 days agoEh, really depends They are likely just serializing a bunch of data objects. And set states and flags with humans readable enums Enums make code a lot easier to read, especially if you use it to check stuff all over the place Using to a couple bytes more storage is worth it
Eh, really depends
They are likely just serializing a bunch of data objects. And set states and flags with humans readable enums
Enums make code a lot easier to read, especially if you use it to check stuff all over the place
Using to a couple bytes more storage is worth it