I have a column usually set to 80 chars, or sometimes 100, and I manually make sure that it's not much longer than that unless it would hurt code readability to make a new line.
I try to have two windows open on my MacBook Pro 80-100 chars per line allows me to do that, most of the time.
It is a pet peeve of mine when developers try to fit as much on one line of code as possible. There are tools to compile code, you as a developer should try to make your code as human readable as possible, that is unless you like being the only one to maintain your code.
I try to have two windows open on my MacBook Pro 80-100 chars per line allows me to do that, most of the time.
It is a pet peeve of mine when developers try to fit as much on one line of code as possible. There are tools to compile code, you as a developer should try to make your code as human readable as possible, that is unless you like being the only one to maintain your code.