|
3 | Rollback to Revision 1 | ||
|
|
||||
|
2 | added 234 characters in body | ||
|
Duplicate: What is a sensible maximum number of characters per line of code closed Every coding standard I've ever seen has a recommended or absolute limit on number of characters in a line. There are various ways of working within this limitation, but I've not seen any specific guidance in this regard. Obviously, if possible, don't write excessively long lines. But what if that's not practical? How should long lines be handled? Here are a couple of examples
or
or
In each of these examples, the indenting of lengthy code is different. Is there a better or more "standard" way of doing this? Should extra lines always be indented the same way. Or is this OK? |
||||
|
1 |
|
||
Coding standards and line lengthEvery coding standard I've ever seen has a recommended or absolute limit on number of characters in a line. There are various ways of working within this limitation, but I've not seen any specific guidance in this regard. Obviously, if possible, don't write excessively long lines. But what if that's not practical? How should long lines be handled? Here are a couple of examples
or
or
In each of these examples, the indenting of lengthy code is different. Is there a better or more "standard" way of doing this? Should extra lines always be indented the same way. Or is this OK?
|
||||
