-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
As an example I was looking at the admc
package and the deps_amd64
line is 431 characters long which in my eyes is absurd; not only do you have to scroll a lot horizontally on any device but you absolutely need wordwrap in a text editor to even see it all at a glance!
What would be a fine limit? I think 80 might be a bit too much and would cause many "unnecessary" line breaking everywhere, so maybe 100+ characters limit before lines should be wrapped with a newline, so maybe 120? 160?
Just having some character limit (for situations where it's possible to wrap with newlines) which everything follows would be great to have for the sake of readability :)
Metadata
Metadata
Assignees
Labels
No labels