1237
AI's take on XML
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.