AgreeableLandscape to General Programming Discussion · 5 years agoSemicolons in programming languages: Yay or Nay?message-squaremessage-square16fedilinkarrow-up17arrow-down10file-text
arrow-up17arrow-down1message-squareSemicolons in programming languages: Yay or Nay?AgreeableLandscape to General Programming Discussion · 5 years agomessage-square16fedilinkfile-text
What’s your opinion on prorgamming languages that separate lines with semicolons or those that just use a line break?
minus-squarewraptilelinkfedilinkarrow-up3·5 years agoPersonally I hate end keywords - seems like a such an antipattern. I’ve been using jinja html templating language for most web stuff and the end keywords caused so much headache in my career and are really ugly.
minus-squareAgreeableLandscapeOPlinkfedilinkarrow-up1·5 years agoSo would you like it better if Python used braces?
Personally I hate end keywords - seems like a such an antipattern. I’ve been using
jinja
html templating language for most web stuff and the end keywords caused so much headache in my career and are really ugly.So would you like it better if Python used braces?