Skip to content

Commit 2719ea9

Browse files
committed
rn-113: A few notes about a few articles
1 parent 6418f2a commit 2719ea9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

rev_news/drafts/edition-113.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ __Light reading__
268268
but as a means to manage concurrency in your tasks (for example: view, work, review, fuzz, scratch).
269269
+ [Git autocorrect needs more marketing](https://dev.to/cloudx/git-autocorrect-needs-more-marketing-20gg)
270270
by Axel Navarro for Cloud(x); on DEV\.to.
271+
+ See also [thefuck](https://github.com/nvbn/thefuck), a command line application
272+
which corrects your previous console command (for example Git command)
273+
if you made an error (like typos in command name), and it _didn't_ do what you wanted;
274+
the tool was first mentioned in
275+
[Git Rev News Edition #101](https://git.github.io/rev_news/2023/07/31/edition-101/).
271276
+ [commit messages are optional](https://schpet.com/note/git-commit-messages-are-optional)
272277
by Peter Schilling in schpet’s notebook (though for some of mentioned uses,
273278
commits with empty commit messages are better replaced with `git commit --fixup`).
@@ -286,7 +291,10 @@ __Light reading__
286291
was first mentioned in [Git Rev News Edition #72](https://git.github.io/rev_news/2021/02/27/edition-72/)
287292
+ [The visualization and analysis of git commit statistics for IT team leaders.](https://dev.to/responsivecrocodile/the-visualization-and-analysis-of-git-commit-statistics-for-it-team-leaders-2pof)
288293
by Aleksei Bakhirev (Responsive Crocodile) on DEV\.to. Uses the [Assayo](https://github.com/bakhirev/assayo)
289-
tool written by the author for plots (see also the [assayo.online](https://assayo.online/) webpage).
294+
tool written by the author for plots (see also the [assayo.online](https://assayo.online/) webpage).<br>
295+
Thought beware the [Goodhart's law](https://en.wikipedia.org/wiki/Goodhart%27s_law):
296+
_"When a measure becomes a target, it ceases to be a good measure"_.
297+
For examples from IT, see Joel on Software "[Measurement](https://www.joelonsoftware.com/2002/07/15/20020715/)" (2002).
290298
+ [Reorient GitHub Pull Requests Around Changesets](https://mitchellh.com/writing/github-changesets)
291299
from one giant mutable changeset, by Mitchell Hashimoto on his blog (2023).
292300
+ [A Note About Git Commit Messages](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)

0 commit comments

Comments
 (0)