[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Use vertical space more liberally in some
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Use vertical space more liberally in some scrutinizer messages |
Date: |
Mon, 19 Nov 2018 20:16:45 +0100 |
> > I'm vehemently against patches that merely change whitespace or
> > layout (patch 1/9) and make it impossible to track changes properly.
>
> You can give the -w switch to git blame to see through whitespace
> changes. Or (setq vc-git-annotate-switches '("-w")) in emacs if you're
> using vc-annotate, which I'd suggest anyone to try.
Be that as it may, I don't think such changes have any benefit. We don't
follow a beauty contest, content is more important as the amount of whitespace,
comment or indentation style and so on. Changes of functionality may include
such
superficial modifications but once we start with purely syntactic modifications
for their own sake, we will end up with style guides, which is something I
don't want.
felix