Question Merged by Marc Gravell

    Post Unlocked by Jeff Atwood

show/hide this revision's text 14 neucance->nuisance

Closed. Yes, this is an interesting question, but there is now over 1200 answers (41 pages). In terms of data (since this is tagged as "research"), there is nothing to gain from having this question remain open (there should be more than any interesting metrics to be retrieved from this many answers). Also, it is becoming a bit of a neucance nuisance being constantly on the StackOverflow home page - as said by Simucal in this questions comments,

"This question was initially interesting but it is such an easy "question/poll" and applicable to ~everyone~ that it is never going to leave the front page. There will always be an onslaught of new users posting data to it. It was a worthwhile experiment but should it be on the front page forever?"

I would appreciate it if you didn't just reopen/rollback this message, at least not without some discussion regarding the above points!

To reiterate - this is an interesting question, but it has run its course! Remember, closing a question doesn't mean it is deleted!


In stackoverflow's 31st podcast, Joel asked Jeff if he knew a 53 year old programmer, or someone that has been programming for more than 25 years.

Well, here is the perfect place to ask such a survey-like question.

I suggest placing a line with two numbers, like that:
your-age-now, age-you-started-coding
so it would be easy to create a .csv file, extract histograms and have a clearer picture on ages and years of experience within the programming community.

edit by Mark Harrison... here's a quick and dirty bash script that will fetch all the data that has been posted in the suggested format. Figure out some interesting stats and post them!

for x in `curl -s http://stackoverflow.com/questions/327973|
          egrep span.class..page-numbers|
          sed -e 's/.*<span class="page-numbers">//' -e 's/<.*//'|
          head -1`;do
    curl -s "http://stackoverflow.com/questions/327973?page=$x"
done|
egrep class=.post.text|
sed -e 's/.*<p>//' -e 's/<.*//' -e 's/ //g'|egrep '^[0-9,]+$'|
sort
show/hide this revision's text 13 Rollback to Revision 11
    Post Closed as "no longer relevant" by Simucal
show/hide this revision's text 12 deleted 862 characters in body
show/hide this revision's text 11 A better closing message, I hope
show/hide this revision's text 10 Disagree. Let people vote how they want.
show/hide this revision's text 9 Just giving this a shot ... take it off if you disagree :)
show/hide this revision's text 8 deleted 149 characters in body
show/hide this revision's text 7 Close message
show/hide this revision's text 6 deleted 1 characters in body
show/hide this revision's text 5 added a fetcher script
show/hide this revision's text 4 edited tags
    Post Made Community Wiki by Community
show/hide this revision's text 3 deleted 1 characters in body; edited tags
show/hide this revision's text 2 edited title
show/hide this revision's text 1