Why code lines still should not exceed 79 characters(moaboelez.medium.com) |
Why code lines still should not exceed 79 characters(moaboelez.medium.com) |
Despite using a 4K display, it is nice to be able to put individual code windows side by side, multiple times, and be able to read it all w/o horizontal scrolling.
I also feel that a lot of code reaching past 80 characters could be refactored.
I like powers of two and 128 felt really too much and 64 was really too short.
Actually, this is what it is expected in the linux kernel (but some parts did fail that by A LOT).
Most of the time, it is all about complex expressions with explicit(long) variable names.