DEV Community

Discussion on: What programming best practice do you disagree with?

Collapse
 
michaeldober profile image
Michael Ober

Since one of the goals of good code is to make it readable, you need to consider line length. Going over 80 characters will make your code harder to read by forcing word wraps on standard paper.