|
|
|
|
|
by jdblair
3099 days ago
|
|
I like an 80 column limit for C and python, but it starts to be a problem in C++. This says something about C++ and I don't think it's positive. I actually also like a fairly small limit on the number of rows (around 40). If my functions and methods are too complex to understand in this much space then it's time to refactor. Of course, I usually have to work on existing code and the functions/methods are not always so compact. |
|