|
|
|
|
|
by ahartmetz
3038 days ago
|
|
Agreed. For me, 110 columns max seems to work best. I prefer longer, more descriptive variable names (taking into account the rule "larger scoper, longer name"). LLVM has an 80 lines rule and rarely variable names with more than three letters. This makes the code harder to read IMO. |
|