I really can't stand longer lines, I think that this is a best practice for every code.
I usually work with the monitor splitted in two parts with maybe 2 different files in each half, long lines would make that really difficult to read.
Moreover if you need lines longer than 80 chars you're probably doing it the wrong way: long lines are difficult to understand
Comments
I really can't stand longer lines, I think that this is a best practice for every code. I usually work with the monitor splitted in two parts with maybe 2 different files in each half, long lines would make that really difficult to read.
Moreover if you need lines longer than 80 chars you're probably doing it the wrong way: long lines are difficult to understand