Live data from Hacker News

The Case Against Character Count Line Limits

blog.lohr.dev

1–5 of 5 posts

Re: The Case Against Character Count Line Limits

#4
post #3

It probably all started with typewriters (and teleprinters). Nope, it started with books where 500 years of typographic practice has taught us that anything above 80 characters a line quickly becomes unreadable.

Code is not read like a book, so not clear how relevant is that argument.

In my case being able to read more significant lines in one go, clearly helps me navigate and understand code better.

And I let my IDE (Jetbrains) to the wrapping based on the actual width of the editor windows at any time, it works really well.