Comment on The Case Against Character Count Line LimitsComments−compressedgas1yThe entire point of a character line length limit is so that a diff doesn't have wrapping lines on a terminal. And so that most changes become line insertions or deletions rather than modifications of lines.
Comments
The entire point of a character line length limit is so that a diff doesn't have wrapping lines on a terminal. And so that most changes become line insertions or deletions rather than modifications of lines.