|
|
|
|
|
by doix
1360 days ago
|
|
I also dislike that style, I appreciate it looks nicer, but I definitely find it harder to process/read. That example isn't that bad, because all the variable names are pretty close to the same length. But once you start mixing reallyLongVariableNamesLikeThisOne and shortOnes, the distance between the short variable name and the value is long enough that there's a chance I'll look at the wrong value or something. I'm glad that automated formatters/linters pretty much all remove/complain about that stuff now days. |
|