257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square903fedilinkarrow-up1350arrow-down114
arrow-up1336arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square903fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up1·1 year agoIndentation can be wrong, but braces can’t?
minus-squareReptorian@programming.devlinkfedilinkarrow-up1·1 year agoBraces too can be wrong. But, one is less likely to get it wrong. Modern editors often allows one to highlight matching braces immediately after selection, and rainbow braces(if available) makes it clear on the nest level.
Indentation can be wrong, but braces can’t?
Braces too can be wrong. But, one is less likely to get it wrong. Modern editors often allows one to highlight matching braces immediately after selection, and rainbow braces(if available) makes it clear on the nest level.