[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git history tracking across renames (and emacs support) (Was: The na
From: |
Richard Stallman |
Subject: |
Re: git history tracking across renames (and emacs support) (Was: The name gnus-cloud.el) |
Date: |
Mon, 08 Jan 2018 21:54:35 -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. ]]]
> This is because code comments should explain the code,
> and not waste time explaining the code's history
Comments should state whatever will help future developers
do a good job. If it's important for them to know why the code
should work this way, rather than some other way which was tried
in the past, then it's appropriate to explain in a comment.
> /* This variable used to be extern, but is static now. */
> static pthread_t main_thread_id;
> But such a comment would have been silly,
As I explain in another message today, we don't suggest including
that silly comment.
--
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.
- Re: git history tracking across renames (and emacs support), (continued)
- Re: git history tracking across renames (and emacs support), Paul Eggert, 2018/01/13
- Re: git history tracking across renames (and emacs support), Eli Zaretskii, 2018/01/13
- Re: git history tracking across renames (and emacs support), Paul Eggert, 2018/01/13
- Re: git history tracking across renames (and emacs support), Eli Zaretskii, 2018/01/13
- Re: git history tracking across renames (and emacs support), Eli Zaretskii, 2018/01/13
- Re: git history tracking across renames (and emacs support) (Was: The name gnus-cloud.el), Richard Stallman, 2018/01/15
- Re: git history tracking across renames (and emacs support) (Was: The name gnus-cloud.el),
Richard Stallman <=
Re: git history tracking across renames (and emacs support), Steinar Bang, 2018/01/02
Re: git history tracking across renames (and emacs support), Stefan Monnier, 2018/01/02