emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: Emacs-devel Digest, Vol 204, Issue 28


From: Richard Stallman
Subject: Re: Re: Emacs-devel Digest, Vol 204, Issue 28
Date: Sun, 28 Feb 2021 01:17:20 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

The reason we don't use braces in cases like this

  if (use_short_answers)
    {
      return call1 (intern ("y-or-n-p"), prompt);
    }

is that the braces cause fewer real lines of code to fit on the
screen.  Because of that, they are not merely superfluous, they are an
impediment to reading the code.

-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]