What programming 'religious' position or argument bothers you the most?
|
10
|
|||||||||
|
|
|
If you don't know <foo> then you don't really know how to code. |
|||
|
|
Java is slow |
|||
|
|
|
|
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. |
|||
|
|
"Language wars are for morons", to quote a developer I once worked with. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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?! :-) |
|||
|
|
|
|
It's all about C/C++. |
|||
|
|
|
|
Several things:
|
|||
|
|
|
|
"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!" |
|||
|
|
|
|
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. |
||||
|
|
|
That |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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?) |
|||
|
|
|
|
"Code must be unit tested" But what annoys me most about that line, is that i believe in it myself! :-) |
|||
|
|
|
|
Not that there must be unit tests, but that development MUST be TDD. |
|||
|
|
|
|
Native vs. Managed Code |
|||
|
|
|
|
Design patterns. Sigh. |
|||
|
|
|
|
C++ is faster ( and better ) than C# |
||||
|
|
|
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. |
|||
|
|
|
|
Hungarian notation or not debate. |
|||
|
|
|
|
.NET = Microsoft = Evil. Java/PHP/C++/etc. is better! |
|||
|
|
|
|
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. |
|||
|
|
|
|
I am an agnostic. I believe the right answer is out there somewhere, but I am just not sure what the right answer is. |
|||
|
|
