vote up 19 vote down star
11

What programming 'religious' position or argument bothers you the most?

flag
1  
Forgive me if I've missed something obvious, but what is the problem with OpenID? I don't see how a home-cooked solution (yet another login to remember) would be better. – JesperE Oct 5 '08 at 18:00
1  
Down vote for masquerading a rant as a legitimate question. – toast Oct 5 '08 at 18:48
show 5 more comments

55 Answers

prev 1 2
vote up 2 vote down

Not that there must be unit tests, but that development MUST be TDD.

link|flag
vote up 2 vote down

.NET = Microsoft = Evil. Java/PHP/C++/etc. is better!

link|flag
vote up 1 vote down

Constructive arguments that aren't, and instead a rant ensues. The worst variants drip with Computer -Science/-Technology Priesthood pretense;

I'm not exempting myself from, at times, being guilty as charged. But here's where I'll eat my own dogfood and attempt to be constructive:

Let us both uphold correctness (in the mathematical sense) AND recognize that there is an ecosystem of software/hardware developers that, by analogy to natural ecologies, has a range of sophistication among its members—this is not a weakness, but a strength.

link|flag
vote up 1 vote down

Religious arguments are good. I have my experiences that have worked well for me, and others have had different experiences that worked well for them.

The religious argument kicks in when two people with different experiences are trying to solve the same problem based on what has worked well for them in the past.

The only time any of this bothers me is when both sides are so closed minded that they refuse to see value in the others solution - and ideally, come up with something better than what either has created before.

link|flag
vote up 1 vote down

The "not invented here" argument is really tiring. Especially when it results in someone deciding to reinvent some complex concept and you know that there is no way it is going to be better than using existing implementations.
If it's not a core business and there is an existing implementation that is free or reasonably priced don't invent your own!

link|flag
vote up 1 vote down

My language is better because I know it, know yours, and thus your wrong. Okok, a bit over exaggerated. But the point is, I hate wars fuel'd when it comes down to some opinionated effort to push some newer technology on the point that, "I like it". AKA Language Holy Wars.

Drives me crazy... especially in a academic sense where your voice often gets washed out.

link|flag
vote up 1 vote down

The brace style religious debate. Everybody knows that the One True Brace Style is braces on newlines! Why do they persist in putting them inline? And what's wrong with those Python people?! :-)

link|flag
vote up 1 vote down

I've come to believe that "choosing the best tool for the job" is a religious argument -- and one that irritates me to no end. I mean, clearly you can't write a driver in python, or a web application in C...

... but the choice between perl/ruby/php/python tends to be a matter of personal taste rather than which "tool is right for the job." I wish people would realize that personal taste is ok and these tools tend to cover all the same jobs. I prefer vim over emacs too, ymmv.

link|flag
show 4 more comments
vote up 1 vote down

"It's a Microsoft world! I haven't used any non-MS software, though. Come to think of it, all I have used is ASP and Access."

"PHP sucks. Also- I haven't used it in a year or so, but that doesn't matter."

"HTML / CSS / JavaScript is the bane of my existence!"

link|flag
vote up 1 vote down

Indentation and brace alignment rules anoy me. Any decent editor allows you to reformat the code to your personal style, then you can just have a pretty print program run on every checkin so that whitespace doesn't show up in diffs and the code gets checked out in a consistent fassion.

link|flag
1  
why the down vote... this seemed quite reasonable to me... this being said..., the pretty print should still render the code in a consistent human readable fashion though... +1 at least to cancel out the downvote – Newtopian Apr 1 at 3:58
vote up 1 vote down

"Code must be unit tested"

But what annoys me most about that line, is that i believe in it myself!

:-)

link|flag
vote up 1 vote down

Native vs. Managed Code

link|flag
vote up 1 vote down

Agile Programming vs anything.

Agile programming is great. We use a form of it at work - but I cringe reading about sprints and scrums and whatever other religious dogma comes from the Agile Manifesto. There are a lot of good ideas there - but they can be implemented in a number of ways and [gasp/] with varying terminology.

link|flag
vote up 0 vote down

I can't stand the "PHP IS BAD" people, I usually want to shove their foot up their own..........

link|flag
show 6 more comments
vote up 0 vote down

Source Control:

Branch and Release Vs Branch Develop & Merge

link|flag
vote up 0 vote down

"Language wars are for morons", to quote a developer I once worked with.

link|flag
vote up 0 vote down

It's all about C/C++.

link|flag
vote up 0 vote down

Several things:

  • open source vs closed source
  • Linux vs Windows
  • GC vs malloc/free
link|flag
vote up 0 vote down

Semantic arguments annoy me the most. If I say "Open Source", someone else says "No, free software!!", then a diplomat comes along and says "Just call it FLOSS, make everyone happy!"

Likewise, the reverse of that is true.

I think it takes time away from actually understanding how people want to use their computers, which is what we should really be doing.

This is separate from the license wars, its just nit picking on a term. I can say "cheese" or I can say "cheddar", you know what I'm talking about either way.

link|flag
vote up 0 vote down

I'm personally very fanatical about Java and the commercially-friendly open source, even though I know its not all panacea made in heaven.

And I hate the whole meaningless sphere of rules, patterns, conventions, standards, etc that come with little reason to back them up, except for "you must apply this pattern coherently or follow that rule adherently or else you're doing it wrong".

I am a very practical person, and if the rules tie my hands for nothing, I just bend them or throw them out altogether.

I have no patience for fancy doctrines, so if I ever need to submit my soul, I can always turn to money (maybe religion?)

link|flag
vote up 0 vote down

Design patterns. Sigh.

link|flag
vote up 0 vote down

C++ is faster ( and better ) than C#

link|flag
5  
But C++ IS faster then C# due to the nature of Native vs. VM – the_drow Jul 13 at 4:12
vote up 0 vote down

Let us not forget the great Design Patterns Debate! With the "don't re-invent the wheel" camp lined up against the "patterns are so over-rated" set.

link|flag
vote up 0 vote down

Hungarian notation or not debate.

link|flag
vote up 0 vote down

I am an agnostic. I believe the right answer is out there somewhere, but I am just not sure what the right answer is.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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