renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agoAI's take on XMLlemmy.worldexternal-linkmessage-square128linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkAI's take on XMLlemmy.worldrenzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agomessage-square128linkfedilink
minus-squareleisesprecher@feddit.orglinkfedilinkarrow-up0·11 months agoHad to work with a fixed string format years ago. Absolute hell. Something like 200 variables, all encoded in fixed length strings concatenated together. The output was the same. …and some genius before me used + instead of stringbuilders or anything dignified, so it ran about as good as lt. Dan.
minus-squareSzethFriendOfNimi@lemmy.worldlinkfedilinkarrow-up0·11 months agoOof. That sounds horrible
Had to work with a fixed string format years ago. Absolute hell.
Something like 200 variables, all encoded in fixed length strings concatenated together. The output was the same.
…and some genius before me used + instead of stringbuilders or anything dignified, so it ran about as good as lt. Dan.
Oof. That sounds horrible