What programming 'religious' position or argument bothers you the most?
|
11
|
|||||||||
|
|
|
I am an agnostic. I believe the right answer is out there somewhere, but I am just not sure what the right answer is. |
|||
|
|
|
|
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. |
|||
|
|
|
|
.NET = Microsoft = Evil. Java/PHP/C++/etc. is better! |
|||
|
|
|
|
Hungarian notation or not debate. |
|||
|
|
|
|
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. |
|||
|
|
|
|
C++ is faster ( and better ) than C# |
||||
|
|
|
Design patterns. Sigh. |
|||
|
|
|
|
Native vs. Managed Code |
|||
|
|
|
|
Not that there must be unit tests, but that development MUST be TDD. |
|||
|
|
|
|
"Code must be unit tested" But what annoys me most about that line, is that i believe in it myself! :-) |
|||
|
|
|
|
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?) |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
That |
|||
|
|
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. |
||||
|
|
|
"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!" |
|||
|
|
|
|
Several things:
|
|||
|
|
|
|
It's all about C/C++. |
|||
|
|
|
|
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?! :-) |
|||
|
|
|
|
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. |
|||
|
|
|
|
"Language wars are for morons", to quote a developer I once worked with. |
|||
|
|
|
|
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. |
|||
|
|
Java is slow |
|||
|
|
|
|
If you don't know <foo> then you don't really know how to code. |
|||
|
|
What I don't like is someone who opens with the "I don't want to start a religious war here, but, ..." gambit followed by something they know is inflammatory. Often, they'll layer in the evasions with other moves like "I'm just curious why you feel..." or "It seems contradictory to both ... and ..." or "Why does ... work so poorly?" All of these are usually revisions of "I prefer [X]; you have no compelling evidence to the contrary, neener-neener-neener." How about just present the technical merits (whatever they are) and the all-important personal biases, and leave off the opening gambit? The few people that are actually curious never seem to play the "religious argument" card. They just ask. |
|||
|
|
|
|
Using huge Enterpris-y logging / auditing frameworks for even the most simple tracing task. The configuration complexity of some of these frameworks boggles the mind, and if you need to do something slightly different than the framework provides (for example, DB logging and the provided formatter/listener/whatever has a horrible implementation) - I now have to write a CUSTOM bit ontop of a gangly framework for what? So that we can say we use log4whatever and pat ourselves on the back? They certainly have their place, but like most religious arguemnts my point is that their place isn't everywhere. |
|||
|
|
|
|
Curly brackets on the same line as method declaration (or if /try/catch/etc) or next line. |
|||
|
|
Saying that a language is better/worse because it uses semicolons/indentation. (i.e. Python vs. C-like languages). |
|||
|
|
|
|
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. |
|||
|
|
