No. People don't read commit logs for fun. They read them to try to find the source of a bug or who changed a line last and what they thought they were doing. This breaks that functionality in two ways: 1. Recognizing the joke takes attention, which therefore means I have less attention available to track the thing I'm really hunting. The thing I'm hunting may take a lot of "state info" in my brain so I need that con…
Is this a good commit message?
31–40 of 49 posts
Re: Is this a good commit message?
#32No. People don't read commit logs for fun. They read them to try to find the source of a bug or who changed a line last and what they thought they were doing. This breaks that functionality in two ways: 1. Recognizing the joke takes attention, which therefore means I have less attention available to track the thing I'm really hunting. The thing I'm hunting may take a lot of "state info" in my brain so I need that con…
The only complaint that makes sense is "it's not that funny".
Re: Is this a good commit message?
#33It will take up lots of time for those dumb enough to try to find bugs by reading commit messages rather than use a the proper tool for the job which would of course be: git/svn bisect.
Re: Is this a good commit message?
#34Earlier quoted context omitted.
In terms of git features, I think I value correcting embarrassing typos in my commit messages higher than fixing typos in my code! They're a lot more frequent due to the fast and loose typing, and lack of a compiler on my back.
If you're working in PHP, you should be used to fast and loose typing (also the lack of a compiler unless you work at Facebook).
Re: Is this a good commit message?
#35What is this the anti-fun brigade?
Sounds like a reasonable question, actually: is it a good commit message? I'm really not sure, but am inclined towards yes.
Re: Is this a good commit message?
#36Re: Is this a good commit message?
#37Re: Is this a good commit message?
#38Re: Is this a good commit message?
#39Re: Is this a good commit message?
#40No. People don't read commit logs for fun. They read them to try to find the source of a bug or who changed a line last and what they thought they were doing. This breaks that functionality in two ways: 1. Recognizing the joke takes attention, which therefore means I have less attention available to track the thing I'm really hunting. The thing I'm hunting may take a lot of "state info" in my brain so I need that con…
Sometime's I feel like I'm the only person who understands code. Seriously, I don't look at comments, api docs, or commit logs unless I am unsure what the diff or code is telling me. I mean, joking with something this trivial is not really a big deal. There is no hidden motivation to change it, no hard to follow changes, no clever bits of code that are subtly altered. An output string is now without a typo. Big whoop…
You're not "the only person who understands code", you're the person who refuses to write good documentation based on a misplaced sense of superiority.
Get over yourself.