vote up 18 vote down star
10

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 7 vote down

If you don't know <foo> then you don't really know how to code.

link|flag
show 1 more comment
vote up 10 vote down

Java is slow

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 0 vote down

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

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 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 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 11 vote down

That goto statements should never...ever be used.

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

general tool(language,IDE,platform,whatever) selection

as an example OOP has been pushed so hard as being the best thing ever that it gets bent and twisted to fit a problem that a procedural model fits better. Ironically usually resulting in code that more complicated and less extensible than it would have been if built under procedural model. choosing a tool because it has a "object oriented!" marketing gimmick/buzz word attached without real discussion of how or why it makes something better is something i've seen several times. The reverse is of course equally as bad, however i don't see it often as it seems everything is OO these days.

in general i see a lot of bending of problems to fit a tool because its "in" or "new" or whatever other reason comes up.

choose the tool that fits the problem, don't redefine the problem to fit within a prematurely chosen tool set.

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 3 vote down

The one i particularly hate is:

"Every time you use a global variable, a kitten dies".

I know its not "entirely" correct, but c“mon, everything depends of its context.

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 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 2 vote down

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

link|flag
vote up 1 vote down

Native vs. Managed Code

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 2 vote down

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

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 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.