frippa@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agoYes, I program in HTMLlemmy.mlimagemessage-square50fedilinkarrow-up1424arrow-down125
arrow-up1399arrow-down1imageYes, I program in HTMLlemmy.mlfrippa@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agomessage-square50fedilink
minus-squarePipoca@lemmy.worldlinkfedilinkarrow-up1·2 years 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.
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.