@[email protected] to Programmer [email protected] • 1 year agoYes, I program in HTMLlemmy.mlimagemessage-square39fedilinkarrow-up1417arrow-down125
arrow-up1392arrow-down1imageYes, I program in HTMLlemmy.ml@[email protected] to Programmer [email protected] • 1 year agomessage-square39fedilink
minus-square@Pipocalink1•1 year agoWould you really rather see <\Foo> than )? There’s a reason why most popular languages use } rather than end if or fi. The added verbosity doesn’t actually help people read your code more than e.g. indentation or editors with paren matching or rainbow parens.
I don’t either)))))))))
(reminds (it (of (story me))))
https://xkcd.com/297/
Would you really rather see
<\Foo>
than)
?There’s a reason why most popular languages use
}
rather thanend if
orfi
. The added verbosity doesn’t actually help people read your code more than e.g. indentation or editors with paren matching or rainbow parens.