|
|
|
|
|
by KODeKarnage
2207 days ago
|
|
One line, one idea. That's the goal. Your eye doesn't need to move if you can get the information you need from the first 30 characters.
Two lines, one idea. That's a recipe for cognitive disaster. It forces you to read the entirety of the preceding line to understand what is happening on the next one.
As a good example, reading logs. You can scan down the log to find what you want. Imagine if the time was placed at the end of the line. It doesn't matter how many characters on a line in that case, the reading the log is a massive cognitive load. |
|