▲ | freedomben 6 days ago | |
Also there's a lot of humans that won't look at the commit history, and in many cases if the code has been moved around the commit history is deep and you have to traverse and read potentially quite a few commits. Nothing kills the motivation more than finally finding the original commit and it mentioning nothing of value. For some things it's worth the cost of looking, but it's ineffective often enough that many people won't bother | ||
▲ | simpaticoder 6 days ago | parent | next [-] | |
The OP solved this problem by generating a well-known url, hosting it publicly, and including a link to the commit in the cursed knowledge inventory. | ||
▲ | gsmt 6 days ago | parent | prev [-] | |
I usually spot these kind of changes through git blame whenever I find a line suspicious and wonder why it was written like that |