vote up 7 vote down star

I am genuinely curious. I see a lot more programming related discussion groups and blogs than ones for, say, SCM or QA.

flag
best. tagging. ever. – annakata Jan 2 '09 at 12:31
Lol, you are right. – Gamecat Jan 2 '09 at 12:34
Divide by zero and SO still works. – Ólafur Waage Jan 2 '09 at 12:35
@annakata agreed! Though I didn't notice it until you pointed it out. – Athena Jan 2 '09 at 12:39
@Ólafur lol! – publicRavi Jan 3 '09 at 14:06

closed as not programming related by Bill the Lizard Jan 5 '09 at 20:51

13 Answers

vote up 45 vote down check

For the same reasons as literary world revolves around writers, not editors; photography world around photographers, not film processors; and music world about musicians not publishers: the former produce the content, the latter no more than manipulate it.

link|flag
+1: publishers, lawyers and agents are bottom-feeders – S.Lott Jan 2 '09 at 12:33
QA and SCM were mere examples. Programmer's work is dependent on Product Management, BA, etc. So, I don't buy your answer. I wonder if it is because of the sheer number of programmers vs. number of other folks? – publicRavi Jan 3 '09 at 13:55
1  
Dependent yes. But think about it: without QA, SCM, PM, BA etc. a programmer can still do his work, but without a programmer, all these other people have zero relevance and nobody will hire them. – Frederick Jan 5 '09 at 10:45
1  
You sir, are a wordsmith. – Simucal Jan 5 '09 at 20:42
@publicRavi: you asked why IT revolves around programmers, which doesn't have much to do with product management or BA. – Ben Collins May 8 at 14:10
vote up 0 vote down

IHMO Because code is in everything thus being able to program is an essential skill in the IT world.

Custom hardware... you "program" it in VHDL.

Networks... you program routers.

Control systems (logic controllers, etc)... you program them in Relay Ladder Logic or something else.

Microcontrollers... you program them.

link|flag
vote up 1 vote down

It isn't just the IT world, it's the entire world. Sure the world was fine before technology, but with it's implementations look at what we've evolved too. The heart monitor in a doctor's office has software on it. The systems managing your grid's electricity have software on them. The website you're reading this on, and even the browser and OS you are using wouldn't be here.

But it is not 100% programming, especially when it comes to the web.

As my teacher has said....

Programmers be nice to the networkers, because they have the keys to the house. But networkers be nice to the programming guys because they can turn on the lights.

The internet wouldn't be possible without programmers & networkers collaborated together.

link|flag
vote up 0 vote down

I'm just wondering why your question is tagged 'programming' and 'not-programming-related'. And Why stackoverflow is not programmed to disallow mutually exclusive tags like these!

link|flag
vote up 0 vote down

What's the alternative? Project managers?

link|flag
vote up 1 vote down

For the same reason the newsagent is full of magazines about playing guitar and next to none about how to run a mixing panel.

One is seen as sexy and cool and there are lots of "wanna be's" prepared to dabble as a hobby and the other is "just a job".

It doesn't matter if the perceptions are real it's the facts.

link|flag
vote up 3 vote down

To phrase Frederick's answer differently:

  • blog posts about programer/programing are generally about task.
  • SCM, QA (or Agile or...) are about processes.

The former topic is short, to the point, illustrating one particular aspect of a job.

The latter is about the "how", can be quite longer (like Martin Fowler's Bliki) and require some advanced literary skills to incite readers to appreciate those articles.

SCM in particular is so much more than just checkout/checkin/merges, but also about:

  • applicative architecture (to manage the right groups of files, with their dependencies)
  • build management
  • release management
  • backup/failover/DRP (for the SCM service in itself)
  • and so on...

That involve a lot more process documentation is generally considered "less fun" to write than a specific technical entry about a programing point, or "harder" to read if you are not directly involved in that "process-oriented" field already.

link|flag
vote up 2 vote down

I think this site IS primarily a developer site. That being said, I am technically a QA engineer although I write code 95% of the time while I'm at work. Also, I agree with David Schmitt's response although, without the subtle tone of condescension.

Ultimately, SO can be helpful for any of the following professions:

  • developers (of course, but this is a broad spectrum which encompasses everyone from embedded software coders to application developers to academic researchers)
  • release engineers
  • dba's
  • network administrators
  • qa engineers
  • technical support engineers
  • web designers
  • even marketing/seo types

There are probably a few more I'm missing.

The bottom line is that if some day this site were overrun by SCM people (I call them release engineers), then it would primarily be a release engineering site. However, there are definitely many more developers than QA/release engineers out there so I don't see that happening.

Also, there are several dedicated QA sites out there (e.g. qaforums.com) and none of them are very good IMO, which is why I'm here. I've used Google groups a bit too, but really SO hits the sweet spot between offering useful information and a nice social networking interface, not to mention that it's free - that's right Expert's Exchange, I'm talking to you!

link|flag
You mean Expert Sexchange. – StingyJack Jan 2 '09 at 12:54
vote up 3 vote down

Is it perhaps that you don't see the other discussions because you are a programmer and therefore look in places that tend to have programming discussions?

link|flag
vote up 7 vote down

Because programmers are the kind of people who like to discuss things and bicker and present their opinions as Holy Truth and generally make a much nosier presence online than, say, QA Managers.

Also, programmers are responsible for all the good sites on the internet anyway.

link|flag
vote up 1 vote down

SCM is... not that large a field. You check out code, you check it in, you do diffs, you branch, you merge changes, etc. The biggest change to SCM has been the DVCS, and even that can be treated just as clinically.

QA is not represented well because so few people have figured out to do it properly independent of programming. When people do QA, they may write unit tests, and if they have half a brain cell about it they may actually have someone use the program to complete various tasks. But those are not things that lend themselves to discussion groups and blogs.

link|flag
Actually this sort of arrogance from a programmer made me ask my question. I am in SCM, and spend equal time writing documentation, defining processes, and writing code in Perl and Python. FYI QA folks don't write unit tests. Programmers do. – publicRavi Jan 3 '09 at 14:03
vote up 4 vote down

Because hardware without software is just expensive metal.

link|flag
...and software without hardware is just expensive text =) – Andreas Grech Jan 2 '09 at 12:35
But not for long, subtextual.org – Vinko Vrsalovic Jan 2 '09 at 12:39
ooh, ooh, wait... "cloud" – annakata Jan 2 '09 at 12:48
vote up 14 vote down

Because programmers can create sites like this one, while QA people can't.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.