vote up 0 vote down star

Over the years, I've come to observe that "geeks" in general, and computer programmers in particular, tend to be rather "theologically minded."

Now, I use the word "theology" because of it's religious connotations, but I don't mean for it to "literally" apply to religious thought in any way. Instead, I use it to mean "implicitly accepting of canonical thinking".

You can see this, for example, in looking at Wikipedia pages for things programmers enjoy. Both the Star Wars and Start Trek pages, for example, mention the word "canon" in discussion of different sources of fiction related to the two franchises.

This is also evident on Stack Overflow. For example, there are many questions that ask "What is the accepted way of doing X". In some cases these are genuine engineering discussions about the trade offs of various methods for getting something done. In other cases, however, they tend to tend to degenerate into "well... the grand mucky mucks say you should do things this way, so do them that way".

I think, as programmers, there is a tendency to say "tell me what the rules are so that i can go and work within them". I think many programmers thrive on rules. The more rules they can optimize, the better they feel. This explains, for example, a lot of the prevalence of statically typed languages.

Now, I'm not getting on a "statically typed languages are bad kick", mainly because I don't agree with this point of view. There are a lot of benefits to them. Things like "intellisense" and good refactoring tools work much better with statically typed languages then they do with dynamic ones. However, statically typed languages became popular long before intellisense was ever invented, so it can't really explain why programmers are drawn to them.

My concern is that this mode of "group think" may be retarding the growth of the programing community as a whole.

In his book, "Hackers and Painters" Paul Graham describes "Hackers" as people who "by nature defy convention".

He uses "Hacker" to mean an "elite developer".

I think there is some merit to this. A programmer that is free from the shackles of convention is free to pursue innovation solutions to problems.

A good example of this might be Google.

Does Google store it's data in a relational database in third normal form? No, it uses "Big Table". This is something that flys in the face of convention.

Had they focused on the conventional way of doing things, Google may have never gotten off the ground.

As programmers, don't we all strive to be elite?

If we do, then why do we tend to spend our time focusing on things that run contrary to what it means to be an elite developer?

flag

SO has now become Scott's poor-mans blog site. – Simucal Dec 24 '08 at 6:34
@Scott, congratulations, you not only have a mini-blog, you've got a whole bunch of eyeballs. – yar Dec 24 '08 at 15:05
I think the use of the word theological here is wildly inaccurate. People tend to form groups regardless of who they are and where they are. I'm sure you can find ten contractors who can be separated into two groups based on how they think a hammer should be used. – jcollum Jan 7 at 1:00

18 Answers

vote up 8 vote down check

Hi Scott,

I want to focus on one part of your question - the part where you say that people just ask for ways of doing things.

If you look at (and you may have) models of learning, such as the Dreyfus Method, people who are first learning need rules and clear guidelines. They don't have the context to be able to do anything else. (For example, see Dan North's article from InfoQ, or my own experiences).

Stack Overflow, to me, is a place people turn to when they are trying to figure out how to do things - typically this falls into the beginner category. So, going on that, I would expect the number of questions both on this forum and in general to be of the "Tell me what to do" type, since that is what beginners need.

To me, the whole issue of group think is a moot point. Your top developers aren't going to fall prey to that anyway. There are plenty of opportunities for the average developer to learn, grow and question. For some people, they may not be in a place where they can do that. For others, programming may simply be the financing to do whatever else it is they want to do - a "day job" if you will.

No one is under "shackles" of convention, and if they are, it is self-imposed. Given that, I'd hardly say there is much that can be done without passion. Look at things like ALT.NET - there are people in that community pushing very hard to break people free, if you will, but ultimately all you can do is present someone with opportunities - if they don't want to take them, that's up to them.

link|flag
vote up 0 vote down

I think you've put the cart before the horse. Elite programmers don't defy convention just for the hell of it -- they defy convention when an unconventional approach works better. What makes them elite is knowing when to do that!

In particular, don't think you can get away without learning any conventions in the first place. As others have mentioned, conventions exist for a reason: because they work. So, learn the rules thoroughly, so you'll know when to break them.

Seriously, programming has got to be the most plastic medium in existence. Consequently, in most cases, an excess of options is a curse, rather than a blessing. The interesting problems are usually at a higher level of abstraction than most conventions anyway...

Sure, it's possible to use conventions as a crutch: as an excuse for ignorance. Don't do that. Elites in any field get there because -- in addition to an existing aptitude -- they keep learning, practicing, and doing.

link|flag
vote up 0 vote down

Human nature is by definition "insecure" and we're a flock animal, just like sheeps. And we become happy when "our own" choices are being chosen by a lot of others, even to the extend that we'd rather use something we're pretty certain of is inferior just with the excuse of that "all the other developers uses it"...

It's like the goal isn't really to strive for quality, but rather to stay as "close to the middle of the road as possible"... :(

Fact is if quality was the goal you would see a significant difference in what tools and libraries people are using...

I mean look at user numbers of tools like Entity Framework - and then compare that to how many users choses stuff like nHibernate, db40 and Active Record has...

And don't even get me started on the Ajax world...!!!

It's quite weird that developers can't remember the "last DataSet and ADO technology" as soon as the new one comes out from MSFT...!

Weird...!!!

But I guess people take "comfort" in and feels "safe" in choosing the MSFT solutions, even though historically they're actually more frequently replaced and more unstable then the ALT.NET counterparts...

However, the good news is that according to a relatively new human behavior study you only need about 5% of "average Joes" to change the direction of the whole community. Even fewer if you're getting "leaders" into those first percentages...

So I guess the only thing we can do is to continue spreading the light and either hope for "a miracle" or tipping point for the RIGHT ideas...

Hey, Gandhi had success, right...? ;)

And even "smaller guys" like Kent Beck had success, I mean sure he spent like 20 years or something, but at one time he just became "too good to ignore" - some day the rest of us probably will be too ... ;)

link|flag
vote up 0 vote down

I think you have put your finger on a real problem.

I started out in mechanical and electrical engineering (with some civil). In engineering, you need a lot of math, and you use math to evaluate techniques. Everything has pros and cons and you can make intelligent tradeoffs.

Now, imagine an electrical engineer saying "use of RTL is 'punishable by death'", use of rosin-core solder is "evil", multi-layer circuit boards are "horrible".

Imagine a mechanical engineer saying "everybody knows you shouldn't use lithium grease", or "only a complete moron would use structural magnesium".

Imagine a chip-designer saying "nobody in their right mind uses barrel-shifters anymore".

Imagine an automotive engineer saying "Gas-electric hybrid? You won't be able to hire any engineers who can work with that!"

Imagine an aeronautical engineer saying "Ground-effect transport? That's impossible! It boggles the mind that you defend it!"

I think this kind of young-turk group-think anti-invention language and attitude can be traced back to a few otherwise intelligent professors.

link|flag
vote up 1 vote down

I think exactly the opposite is true of programmers..

I for one want to know the scientificly/mathematically proven best practices and will follow them (more or less) until something better is proven.

My beliefs don't outweigh what is testable. (but my laziness may ;-)

link|flag
If only they were so proven ... – Mike Dunlavey Jan 7 at 0:09
vote up -1 vote down

Why reinvent the wheel. Re-use doesn't just mean using other people's code, it means re-using other people's ideas as well. If you set out to re-create something that lots of other people are already using then chances are you'll screw it up, or misjudge how much work goes into it.

The only reason to recreate something is if you know it sucks, or if you need a very specialized version.

link|flag
Often there's gold in discarded ideas. – Mike Dunlavey Jan 7 at 0:10
vote up 1 vote down

Now, I'm not getting on a "statically typed languages are bad kick", mainly because I don't agree with this point of view. There are a lot of benefits to them. Things like "intellisense" and good refactoring tools work much better with statically typed languages then they do with dynamic ones. However, statically typed languages became popular long before intellisense was ever invented, so it can't really explain why programmers are drawn to them.

When memory and processing power were very expensive, static compiled languages were popular because they are less resource-demanding than dynamic interpreted languages. Now that we have multi-core processors and loads of RAM, we* don't mind losing a bit of efficiency using dynamic languages if that boosts programmers' productivity.

* Perhaps I shouldn't say we, because I still stick to C++, even when, in theory, I'd be much more productive using toy... excuse me, dynamic languages.

link|flag
I think that productivity is yet to be proven. I'm also dismayed at the things people are willing to give up so they can think less and have "Intellisense" help them write wordy code. – Mike Dunlavey Jan 7 at 0:13
vote up 4 vote down

Have you ever hear the phrase "standing on the shoulders of giants"? That's all it boils down to. A lot of clever people have already come up with a lot of clever solutions to many problems. They have already made a lot of mistakes and learned from them. And I see no problem in the rest of us wanting to benefit from their experience. Then we can start wondering "does this also apply in my case", or attack problems beyond what these gurus of the past could manage. Because we don't start over and reinvent the wheel and spend 30 years making the same mistakes as everyone else because we refused to listen to other people's experiences.

I'm sorry, but I don't see this as a question. You've already made up your mind (hackers are good, best practices are bad), and you just want a soapbox to stand on and announce it to the world.

You pick up a bunch of disjoint and unrelated claims, and use them to "prove" your pet theory.

Unfortunately, it's just not true. People asking "what is the best way to do X" are not asking because they won't think for themselves, or because they blindly trust "old wisdom". They are asking because it might save them making the same mistakes as everyone else did. They are asking because it is valuable input to their decision process. What has everyone else learned that might be relevant to my problem?

And out of the thin air, you summon a complete nonsense argument that 'Often, the responses boil down to "the grand mucky mucks say you should do things this way, so do them that way"'

Care to show me a single question on SO where this was the highest rated/accepted answer? It doesn't exist. Because developers on SO and everywhere else are constantly questioning everything they're told. when people are told "gotos are bad", they always try to come up with exceptions. "It's not bad in this case, is it?", "Can you think of a better solution than a goto here?", "What's so bad about it when I use it like this?". And the point is, it is always teh factual reasons that bubble to the top. Gotos are not bad because Dijkstra said so. They are bad because they make it harder to read the code, because when looking at a label, it is impossible to tell how many gotos exist that will jump to it.

There is a fine line between thinking outside the box and simply being incompetent. You appear to be in favor of the latter. An incompetent doesn't know what solutions exist to a problem. Someone who thinks outside the box knows what the usual solutions are, and uses this knowledge to build a better solution.

That is what good developers do. And like it or not, knowing what existing conventions and best-practices exist, and why they exist is a vital ingredient in this process.

I think your accusation only falls back on yourself. Another way to describe the religious phenomenon you accuse us all of is "sticking to our preconceptions and refusing to learn anything new". And that is exactly what you want us all to do. Stick to the idea that "starting over from scratch and never learning from others is the way to become a hacker, and being a hacker is good". And the rest of us want to learn what everyone else have found out that might be relevant to the problem we're trying to solve.

link|flag
+1 I couldn't bare to see a -1 next to your fairly astute post – GordonG Dec 24 '08 at 6:51
Your point is well made, but Scott also has a good point. It's important to learn from the wisdom and experience of others, but bandwagons often take the place of sensible discourse, and those who question them are solidly dumped on. – Mike Dunlavey Jan 7 at 0:19
vote up 1 vote down

What I think would benefit software development would be to involve psychologists more in the development of programming practice. Another way things could be moved forward would be for there to be a heavier emphasis on analysis of the large swaths of existing code in open source projects -- perhaps ways to compress or mutate this code would lead to insights regarding language and IDE design. Either way, a move toward evidence based methodology would be a move away from theological based methodology.

That said, the problem of developing a scientific approach to software design is a tough one, so perhaps theology is the best heuristic for now. Here's an interesting paper on hacking: http://hci.stanford.edu/publications/2008/hackingmashinggluing.pdf

See also:
http://science-of-design.org
http://research.microsoft.com/en-us/groups/hip/default.aspx

link|flag
vote up 1 vote down

Elite: a group or class of persons enjoying superior intellectual or social or economic status

If everyone was elite, then nobody would be elite anymore. You cannot expect people to all be elite. It makes no sense!

On another note, just because someone does something in a way that goes against common convention this definitely does NOT mean that person is elite. Common convention exists precisely because IT WORKS BEST (usually). A tendency to very often go against common convention indicates, to me, an irrational desire to be different, not necessarily some super-human ability to be better than everyone else.

link|flag
vote up 0 vote down

I think that as in any field you'll have your elites, casual users and your schmucks. This really just comes down to human behavior and a person's willingness to learn. The thing that sets the elites apart from the rest is that they care enough to break the rules and see what happens.

In my mind this is fundamentally the same thing as an accountant who goes to work every day only to collect a paycheck vs the entrepreneur that thinks outside the box, takes risks and may be rewarded greatly (the elite of the business world).

link|flag
vote up 0 vote down

If I understand this correctly, then I have two answers:

  1. When "what is the accepted way of ...", I usually see it for naming conventions and patterns. I think that this is a good thing, as it usually gives programmers common ground to share and observe code on. I rarely see it for high-level stuff.

  2. Statically typed languages are good because they usually eliminate a whole class of bugs, and are much easier (but still damn hard) to prove 'correct'.

Also, verbose thread is verbose.

link|flag
This is my fault. I am, by nature, a verbose person. – Scott Wisniewski Dec 24 '08 at 5:35
vote up 1 vote down

No, I don't think every programmer wants to be elite. Some may just want a paycheck and get this by writing code and doing the boring and simple day in, day out job of a developer. Now, you may argue that this isn't a programmer, but then if you change the definition enough, elite is part of the meaning since many groups aren't in the selected set that are deemed, "Programmers."

If you think about it, part of programming exists to create something out of the nothingness to move around various bits of data at the most basic level. Since programs are these new pieces of code, there existence is something to the art of abstract thinking and how the idea of making a class have whatever members is something that comes with great responsibility as the way things are built may drive how a language develops and evolves.

Another point to ponder is what kind of "elite" do some of us strive towards? I think many aren't out to become "rock star" programmers that go on tours giving classes on how to write code in blah blah blah. What some of us are trying to figure out at times is where do we want our careers to go: Into management, consulting, architecture, teaching, or research to name a few possibilities. Some of us may want to try to create other classifications and I hope some succeed as variety is the spice of life, or at least that is what I was told. ;)

link|flag
By most definitions, anyone at SO is probably somewhat in the elite. Who said that most programmers don't read any books, or blogs, or ...? – Jonathan Leffler Dec 24 '08 at 6:28
I think that is those who don't quite get what it takes to be a good developer, which involves having a few sites that are kind of like good cards in a card game to bring in a win. ;) – JB King Dec 24 '08 at 6:41
vote up 0 vote down

Part of the trouble is the nature of computer programming languages.

Keeping with aconventional terminology like the question does...

While you are writing a program, if you get one jot or tittle of the incantation wrong, then the whole spell fails dismally, either exploding in your face or doing something other than what you intended. For many programmers (and I wouldn't wholly exclude myself from this category), just getting stuff to work as you want is much easier if you can follow the spells of the grand wizards who've done it before and made it work. Clearly, once you've mastered it, you can then do more.

The facetious amongst us might argue that Microsoft tries not only to keep its competition on tenterhooks by reinventing the core technologies every couple of years, it also keeps it devotees from attaining that level of mastery because they're always chasing the latest crock'o'gold at the end of the rainbow. Those same facetious people might also comment that Unix and Linux doesn't change as fast, so more people become masterful in the practice of the incantations needed to make those platforms perform the sacred rites at their behest, mainly because they have the extra time to practice before the lore they've learned becomes outdated.

I was reading an article in the last few days about how Microsoft keeps its competition at bay in part by making them adopt all their technologies, preventing the competition from surpassing Microsoft at its own game - so the thesis is not wholly mine. If necessary, I'll try delving through my browser history to find it.

link|flag
vote up 1 vote down

I don't know if this is related or not, but I've observed that Perl programmers, with a language with a "There's More Than One Way To Do It" philosophy, tend to be more obsessive about finding "the best way to do it," while other programmers (say, Java programmers), with languages with a "one accepted way to do things" philosophy, are more likely to find the first way to do something and go with that even if it's a bad idea and causes issues down the road.

Not trying to run down Java programmers (I am one); of these two tendencies, the one I see in Perl programmers in stronger. I.e., some Java programmers produce junk, but LOTS of Perl programmers (long-term Perl programs) work hard to make sure they are doing things in the most quality way possible.

So maybe that's a comparison of two "theological" natures for programmers. I'm speculating that this generalizes across different similar languages.

Wrote about this here.

link|flag
vote up 4 vote down

I don't think that being an elite developer means throwing out convention, but rather understanding convention and the reasons for it so well that you also see when it won't work for you. It's perfectly natural as a beginner to want to know how to do something and then imitate it. As you grow you learn more and more of the principles behind it and can improvise. Eventually, you understand it well enough that you can derive the principles yourself and know when the principles lead you away from conventional practices. Alistair Cockburn likens this to the Shu-Ha-Ri principle in martial arts. It's a perfectly natural way to learn and it is unsurprising to see it play out in our field.

link|flag
vote up 6 vote down

Wow... I i'm not sure whether i should close this, compose theme music for it, or print it out, cut out each sentence, and try to re-arrange them into something that makes sense...

Is there really a question buried in there somewhere, or did Blogger start redirecting new accounts over to SO?


I think, as programmers, there is a tendency to say "tell me what the rules are so that i can go and work within them". I think many programmers thrive on rules.

Yeah... I've never noticed that. Are you sure you're not thinking of accountants? Those cats just love rules.

He uses "Hacker" to mean an "elite developer".

Ok, so one of you is full of crap. Or "elite" means something other than what i think it means. 'cause, i know a hack when i see one, and rarely is there overlap with "elite".

As programmers, don't we all strive to be elite?

If we do, then why do we tend to spend our time focusing on things that run contrary to what it means to be an elite developer?

So... you're saying... we are all striving to be hackers, but spend too much time focusing on producing high-quality code that follows every rule we can get our hands on instead? I guess i can't exactly say i don't know of people like that, but neither can i say i've run into many of them either.

link|flag
My, that was helpful. – Charlie Martin Dec 24 '08 at 4:57
Well, i feel better. ;-P – Shog9 Dec 24 '08 at 4:59
Oddly I think it was helpful, for 2 reasons 1 it was honest (i think) 2 I happen to agree with every statement, priticularly the one about hacks and elite, hack is to elite what javascript is to assembly. – Unkwntech Dec 24 '08 at 5:48
I only have time to skim this thread, but your stuff is always good. You're my favorite SO mini-blogger, Shog9. – yar Dec 24 '08 at 5:53
vote up 4 vote down

Infinite diversity with infinite combinations :P

Some people like rules, some people think.. some people do both.

I think the only generalization you can apply is that most programmers are looking for a solution to a problem. And that is whether they are following a set of rules or making them up.

link|flag

Your Answer

Get an OpenID
or

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