@renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish • 8 months agoAI's take on XMLlemmy.worldimagemessage-square128fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAI's take on XMLlemmy.world@renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish • 8 months agomessage-square128fedilink
minus-square@leisesprecher@feddit.orglinkfedilink0•8 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.
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