@renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish • 7 months agoAI's take on XMLlemmy.worldimagemessage-square134fedilinkarrow-up11.26K
arrow-up11.26KimageAI's take on XMLlemmy.world@renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish • 7 months agomessage-square134fedilink
minus-square@frezik@midwest.sociallinkfedilink15•7 months agoIIRC, the original reason was to avoid people making custom parsing directives using comments. Then people did shit like "foo": "[!-- number=5 --]" instead.
IIRC, the original reason was to avoid people making custom parsing directives using comments. Then people did shit like
"foo": "[!-- number=5 --]"
instead.I’ve written Go code; they were right to fear.