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-squareDecibellinkfedilinkarrow-up1·5 years agoHow do you handle long variable names? e.g. If (super…long…name1 && super…long…name2) vs. If (super…Long…Name1 && super…long…Name2)
How do you handle long variable names?
e.g. If (super…long…name1 && super…long…name2) vs. If (super…Long…Name1 && super…long…Name2)