in reply to To <=80 char code line length or not

I tend to treat it as a soft limit. If I line is more than 80 characters, I see if I can break it up, or wrap it onto multiple lines. But if doing so would make it less clear, I keep the long line.

  • Comment on Re: To <=80 char code line length or not