up vote 2 down vote favorite
share [g+] share [fb]

On the latest episode of the Stack Overflow podcast (episode #25), Steve Yegge mentioned how bad it was to get emotional with your favorite framework, language, technology, etc.

Do you call yourself a <insert your language here> developer? Is this a good thing?

link|improve this question
We must be consistent many post like this is summarily removed by the SO police. – private Oct 9 '08 at 17:56
I can live with the open-ended tag if you really feel strongly about it. But I object to the stackoverflow tag because the question is not about StackOverflow. – Mark Biek Oct 9 '08 at 18:09
many quests are killed with that, we must be consistent or the concept will die. – private Oct 9 '08 at 18:13
You're going to have a lot of question retagging in your future then :) – Mark Biek Oct 9 '08 at 18:16
I don't think the SO flag is appropriate as the question is not about SO, the tags Identify the topic/subject of the question and this question is not about SO it merely references the Podcast. I am removing it. – Unkwntech Oct 9 '08 at 18:18
show 2 more comments
feedback

15 Answers

I call myself a software developer. I happen to work more in one language than in any of the others I know, but that's incidental. There are several languages that I could scratch out a living with if I had to.

link|improve this answer
I agree with this one. It is pretty rare that I work on a project that includes only one language. Usually it is a mix of many languages/technologies. HTML, CSS, JavaScript, XML, SQL, C#... and that's for a simple web site. – BoltBait Oct 9 '08 at 18:02
You should know that this is a so called "open ended" question - you possibly have the power to remove my comment as well. – private Oct 9 '08 at 18:02
This is a good answer. The feeling I get (and what I do) is only delete a comment if it is a) offensive b) when people are arguing I will delete the argument. – Unkwntech Oct 9 '08 at 18:21
This looks like a reputation cow - no offense intended - look at quest and scoring. – private Oct 9 '08 at 18:52
feedback

I call myself a consultant, developer, coach, and inventor. The choice of tool depends on the problem and the customer.

what would you think about a mechanic who referred to himself as a "Phillips" mechanic, as opposed to a "flathead" mechanic? Taking your identity from the tools is not just self-limiting, it's also kind of silly. ;-)

[for those who might not know, Phillips and flathead are types of screwdrivers]

link|improve this answer
feedback

I think everyone identifies with their code to an extent.

As for calling yourself a "<insert here> developer", the only word that is a good thing is "practical".

link|improve this answer
Or pragmatic! (-: – Rob Wells Oct 9 '08 at 17:43
feedback

I call myself a C++ Windows programmer because that's what I currently do and have the most up-to-date experience with. I use a lot of other tools in my day-to-day job, and I've worked with various other languages, platforms, and technologies in the past, but I normally call myself what my current specialization is.

I've never really considered if it has any negative ramifications, but it seems to have been fine so far.

link|improve this answer
feedback

Yes. I call it Toby.

But seriously, I have been know to get overly attached to my code and it's caused nothing but trouble. The more "professional" I get the more I am able to keep a straight face when that feature I spent the last three nights on get removed from the build.

link|improve this answer
feedback

I have been bitten by this.Regardless of the technology I suppose the working deliverable, the final object should be considered.

i used to be a very adamant about using Sharepoint in the enterprise, and the truth is that in some conditions the beast doesn't work.

I would agree to what Bill said.

Right now I believe, rather than having to identify with a set of languages and products, a person should invest and learn how to better implement, how to find good design patterns for common problems. I do not think this will ever go out of fashion.

link|improve this answer
feedback

I guess another way to look at this is "if I need to change my development language, is that going to be an easy transition?

I usually try to separate myself from my code, and (try to) practice the Whole Team and Collective Code Ownership practices of XP to help the project/product evolve into it's fullest potential.

link|improve this answer
feedback

Not sure I like the idea of only having one language under my belt..

link|improve this answer
feedback

I try to live by The Ten Commandments of Ego-less Programming.

link|improve this answer
feedback

To use an extreme example, say you had three children: Thomas, Meagan, and Stephen. Saying you're a [insertLangHere] programmer is like saying you're a Stephen kinda father. You love all of your children, not just one.

Every language has its uses, its beautiful and its ugly constructs. I think if you're not in some way attached to your code, how can it be good? We're not just engineers; in engineering, often there's a right answer and many wrong answers. We're artists. There are N different ways to solve any problem; some are better than others, but much of that is a matter of opinion. Personal attachment and conviction are musts.

link|improve this answer
2  
What an awful analogy. :-) – JesperE Oct 9 '08 at 17:58
feedback

Well we all are programmers and our languages, platforms, frameworks, toolkits etc. are just our tools for building software but our logic is that will "glue" our tools together and help us to build our great software, it is just like a hammer and the construction person, he will choose his hammer by his needs, sometimes bigger and heavier sometimes smaller depending on what he is working.

link|improve this answer
feedback

I get tied to my code, but not to my tools or frameworks.

I'm very proud of my own code and can get very angry when somebody doesn't keep my code formatted the way I like it, but I am indifferent to how they format their own code.

Associating yourself with somebody else's work seems like folly to me as it can go in a direction you don't approve of, yet your forced to defend since you associate yourself with it.

link|improve this answer
feedback

I call my self a problem solver. Well, software problem solver. :-)

In The Psychology of Computer Programming, Gerald Weinberg talks about egoless programming. You are not your code. Moreover, languages, frameworks, libraries, practices and so on are just tools. We, as software developers, must learn them in order to both grow our toolset and know when to use each tool.

Kind Regards

link|improve this answer
feedback

I'm a computer scientist, a software engineer and a whole lot of other things. I never call myself a "Java coder" (or any kind of coder) when I'm talking to people: there are too many people that hear "coder" or "programmer" and think "oh, a code monkey. Just give him a banana and he'll be happy. Here you go, monkey! Nice banana!"

That said, Java and the related technologies have been paying my mortgage for a lot of years. I definitely identify with my mortgage so, by the transitive property, I guess I do identify pretty strongly with Java.

Just don't call me a "coder...".

link|improve this answer
feedback

The newer the code, the more I feel attached to it. Particularly if it's particularly elegant or solved a complicated problem. If its a modification to someone else's code, I couldn't care less about it. As it ages (especially if someone else has done any work on it), my attachment wanes.

Some of my older code - I just feel sorry for, like you would for an old dog that's always smells like she's wet and has accidents on the new floor once in a while. Poor code, it can't help it, it's just trying to get by day to day. It's practically senile.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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