|
|
|
|
|
by scrabble
4499 days ago
|
|
I put two guidelines in my editor. One at 80 chars and one at 100. I treat 80 like a goal and 100 as a hard limit. If I go over 100, I'll put the break around 80. Not only do I find the code easier to look at, but I find I write better code and I'm less likely to violate the Liskov substitution principle. |
|