-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Nuked ThreadingUtilities.cs #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuked ThreadingUtilities.cs #8
Conversation
|
Corresponding issue: #4 |
|
lgtm: 👍 |
|
LGTM! |
Nuked ThreadingUtilities.cs
|
I suggest that the why (not just the what) is kept in commit messages as well as PullRequest descriptions. Otherwise people looking at git history will not understand some changes. |
|
@knocte If you want everyone to understand all changes done to a project, I don't think it's enough with commit messages. The PR clearly states why. |
|
@khellang sure, but if I'm looking at this commit from something else than github, I don't get the link to the PR it comes from. Putting the description into the commit message helps there. |
|
Exactly, there's a link from the PR to the commit, but not the other way around. |
|
@knocte just FYI, GitHub actually links to the PR from the commit: |
|
GitHub does link to the PR, and there's a merge commit in the history that has a link to it. It even shows from forks: Here's the merge commit: e96e44d I'm not saying that commits shouldn't have the why included, but it's too late for me to do anything about it now. I'd rather not rebase master and do another PR 😉 |
I know, I'm just advicing for next commits.
Github yes, but not git. Sometimes I use gitk to examine history, for example, as it's way faster. |



This file does not compile and is clearly not used anywhere 😕