Possible Duplicate:
How do comment replies work?
In Twitter the at (@) symbol makes the tweet appear in the user page.
Does it do anything on Stack Overflow?
2 Answers 2
It does not do anything as far as programming. It is just a social construct we have all adopted to show who we are addressing our comment at.
And now, it also notifies the target:
Normally, you only get notified of comments when you own the post.
You will now get notified of any comments that refer to you by @username in a comment, even if you do not own the post.
Rules:
Only applies to other people in the comments that you are commenting on.
Response must include @username that you are referring to, where "username" is a reasonable match to the user's current display name (as seen in the comments above yours).
There must be a starts-with, case insensitive match of at least THREE characters to the displayname. So @a and @ab will never match anyone or anything.
Spaces cannot be used to match, so if the person's display name is "Peter Smith" then just use @peter to match.
Matching is performed in reverse chronological order, so if there are five people named "John" in the comments, writing "hey @john, have you considered apples?" will match the most recent John to comment.
Only one person can be replied to at a time in a comment. The first one "in" wins.
-
meta.stackexchange.com/questions/1093/… discusses this. "the "notify when people say my name" is really interesting, but requires unique names which we don't enforce"dbr– dbr2009年10月04日 18:05:06 +00:00Commented Oct 4, 2009 at 18:05
-
it's just the twitter construct, the original meaning of
@is theat sign, it has been traditionaly used to denote host in URIs. i don't see a reason to use@in this context in different places. i also wonder if it really triggers something, when used in stackoverflow commentsmykhal– mykhal2010年07月05日 17:30:55 +00:00Commented Jul 5, 2010 at 17:30
I would back the idea of having the @[USERNAME] actually try to predict the user being addressed and place a link to their profile. Overall though, @TheTXI is correct, it is becoming a social construct (thanks to twitter) that we are beginning to adopt and adapt into other tools.
-
I still haven't quite fallen into it. I notice that I am still one of the few people who addresses people using the "[UserName]:" prefix instead of "@[UserName]"TheTXI– TheTXI2009年07月16日 02:09:50 +00:00Commented Jul 16, 2009 at 2:09
-
2you shall give in.... the construct will overwhelm you :)RSolberg– RSolberg2009年07月16日 02:25:03 +00:00Commented Jul 16, 2009 at 2:25
Explore related questions
See similar questions with these tags.