Comment on Avoid aligning keys and values in source code unnecessarilyparentComments−adrianmsmithOP8moIm not sure I understand the readability benefits. Is code like line 286 here, which doesn’t align values in assignments, difficult to read?https://github.com/gohugoio/hugo/blob/master/commands/comman...Even if there were readability benefits, I’m not sure they’d be enough to offset the extra effort in reviewing, diffing and merging.
Comments
Im not sure I understand the readability benefits. Is code like line 286 here, which doesn’t align values in assignments, difficult to read?
https://github.com/gohugoio/hugo/blob/master/commands/comman...
Even if there were readability benefits, I’m not sure they’d be enough to offset the extra effort in reviewing, diffing and merging.