|
|
|
|
|
by SamReidHughes
4038 days ago
|
|
> To be honest it actually makes code cleaner and therefore easier to read. It does not logically follow from the code being "cleaner" that it is easier to read. Having to scan across a field of whitespace to get to the number makes it harder to read and easier to make mistakes. Having the indentation of the number be unrelated to the length of the variable name adds another aspect that makes it harder to read and easier to make mistakes. It's also harder to edit, which makes you do fewer edits that make the code materially better. |
|