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?
