vote up 341 vote down star
410

Programming has given me a lot of bad habits and it continues to give me more everyday. But I have also gotten some bad habits from the mindset that I have put myself in. There simply are some things that are deeply rooted in my nature, though some of them I wish I could get rid of.

A few:

  • Looking for polymorphism, inheritance and patterns in all of God's creations.
  • Explaining the size of something in pixels and colors in hex code.
  • Using code related abstract terms in everyday conversations.

How have you been damaged?

19  
Syntax error: identifier 'habbit' not found. (You mean 'habit') – Jared Updike Oct 2 '08 at 21:25
53  
Roses are #FF0000, violets are #0000FF – Chris Noe Oct 3 '08 at 12:33
20  
I love how this implies that programming isn't real life, yet everyone glosses right over that. – Jonathan Tran Oct 3 '08 at 20:11
21  
I just can't imagine many people would go through all 240+ answers. This site isn't meant for discussion type questions, and this is a perfect example. GTKY questions are the worst type of discussion questions too... Recommend closing - no new answers are going to be advanced. – Adam Davis Nov 4 '08 at 7:37
31  
@all who wish to stop these posts: I love it when you say pollute the system... People keep posting stuff on internet and never once remove a single blog post and the internet is not yet polluted. It's impossible to pollute a website, if it's well designed and organised. If you're not Googling for "bad habits programming" you will not end up here. If you're interested in answers to YOUR questions, then check YOUR questions and STEER CLEAR of these off-topic discussions, as you named it. – MasterPeter Apr 18 at 14:08
show 24 more comments

locked by Jeff Atwood Aug 28 at 7:31

closed as no longer relevant by Jeff Atwood Aug 28 at 6:24

599 Answers

prev 1 9 10 11 12 13 20 next
vote up 1 vote down

Nomad Dervish's answer reminded me — I used to be a level designer, and on more than one occasion I looked at a beautiful sunset and thought that it was a really good skybox.

On another occasion I chose my route across a courtyard to optimize my r_speeds.

I spend too much time on the computer :)

link|flag
vote up 1 vote down

I'd say excessive pedantry (which is an asset in programming) is a bad habit in many real life situations.

Also thinking in terms of templates makes our mind less flexible. Almost every time when I'm looking for something in a paper-printed book, I'm catching myself wanting to press that "/" :-)

link|flag
vote up 1 vote down

In my first two years of Computer Science at university, I learned patience and problem solving: how to chip away at things that were being very frustrating by not doing what I thought they would instead of just getting angry. I think that's a good habit.

Like others, I have lately tend to query rather than guess at the meaning of poorly or ambiguously phrased statements. or just those with no clear context. After clarification, I tend to explain how they could have phrased it better. This doesn't usually go down well.

It's hard to say if being neat made we want well organised code, or if the habit of well-organised and laid out code has made me neater around the house, but it's sometimes a source of tension.

link|flag
vote up 1 vote down

I do not socialise too much, Even if I have to say Hi to my roommate I do it on Orkut. Talking to Computer for me is just as normal as talking to some friend, the only difference it stays there to listen me and friends walk away

link|flag
vote up 1 vote down

I get spooked when I'm about to try something, like, say, cooking something, and my first instinct is to make a backup of my 'work' first to try it and then revert if something goes wrong.

I'm far too used to working with a safety net. ;)

link|flag
vote up 1 vote down

When I'm looking for real life things, I find myself wanting to put everything in a list and say List.IndexOf(item); :P

I also find myself correcting people more because what they said wasn't equivalent to what they meant :P course that may just be me...

link|flag
vote up 1 vote down

If someone signs an email to me with:

//Their name

I always sign my reply with:

/*My name*/
link|flag
show 1 more comment
vote up 1 vote down

I am reluctant to use things which I do not have enough information about. It's about being afraid of unexpected/unsafe behaviour and wanting to use something in the best possible way or not at all. Which is partly the reason why I'm still using a wired router for my computers instead of wireless routers which are the rage nowadays.

I use quicksort to sort my playing cards. Ok, just kidding.

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

I try to end my IM chat conversations typing

exit
link|flag
vote up 1 vote down
  1. Lack of patience, especially when things need to be fixed/changed. (Can't recompile to fix my car) 2) Overusing logic (most non programmers can't handle logic, so you end up with a lot of blank looks) 3) Smoking - i solve most tough problems over a smoke break.
link|flag
vote up 1 vote down

I have trouble having civil arguments with other people sometimes. Programming has left me with an arguing style where I rephrase my argument until the other person (the compiler) is unable to respond (print a compilation error).

Unfortunately this leaves people with the impression that I bullied them into submission rather than compromising, even when the end result is the same. It takes a conscious decision to allow ambiguity or misinterpretation in the interest of harmony.

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

I am constantly trying to break problems down to smaller pieces. I'll have someone tell me they are having a problem with 'A' 'B' and 'C'. I ask for details about 'A', and I get their life story. That's nice, I'll say, but tell me about 'A'. Then they go off and tell me about how 'B' and 'C' are related to 'A'. Great, thanks for that information, but tell me about 'A'. Round and round we go until they tell me about 'A'.

Usually, the problem turns out to be a loose nut between the keyboard and the chair.

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

I find it unacceptable not being able to rollback real-world mistakes back to a previous state/revision.

Still trying to invent real-life version control repository. Time travel is not it.

link|flag
vote up 1 vote down

Whenever I get into a fight/heated discussion with my girlfriend, I tend to interrupt her to get her to specify exactly what she means with something she just said. She often fails to do so, which results in me reiterating the question until I get an answer that rules out all possible ambiguities. It also results in her being even more furious than before, thus beginning to express herself even in less precise ways. Engage recursion.

link|flag
vote up 1 vote down

Self-explanatory:

# find /home -name remotecontrol
link|flag
show 1 more comment
vote up 1 vote down

I optimise everything in my head to come up with better implementations. This frustrates the hell out of me when it comes to things I can't control - like moronic airport security, or train timetables that run appallingly behind schedule.

It ends up being quite a source of stress :/

link|flag
vote up 1 vote down

After prolonged periods of writing C/C++ I find myself hitting ";" at the end of each sentence;
Not so good for documentation;

link|flag
vote up 1 vote down

I try to compile all of my word documents instead of save. I also start counting from 0 a lot of the time :p

link|flag
vote up 1 vote down

Seeing mapping everywhere and considering everything as a virtualisation of everything

link|flag
vote up 1 vote down

I find patterns and algorithms for everyone's behavior. They usually come out to be true, specially the ones for my wife and governments. It is seriously disappointing.

link|flag
vote up 1 vote down

By others (see below), the worst thing is, by far, that I have developed an intriguing dependency on computers and internet. Not because I am a lazy nerd not able to spend my time otherwise. Just because when working in that job, you get used TOO MUCH to these tools.
Probably comparable to a mechanic who forgets about the utility of his bicycle the day his own car breaks down.

other things:

  • not beeing able to Ctrl-F in a book,
  • searching for Ctrl-Z after having dropped something on the floor,
  • spending more time to think of building a tool to simplify a specific task instead of either programming that tool or even do that task right away,
  • in consequence, not liking easy jobs that could be even more easy if it could be scripted,
  • trying to greasemonkey every awkward webapplication.

edit: oh, forgot about this one: trying to intellisense and do tab-completition in normal text editing and even handwriting (but only when really tired, tho :)

link|flag
vote up 1 vote down

the universe is deterministic, we just haven't got the manual for the debugger!

link|flag
vote up 1 vote down

I now start to analyse everything and anything, and complain if the "requirements" are not complete enough! ;-)

link|flag
vote up 1 vote down

gosub grocerystore

return

link|flag
vote up 1 vote down

Let's say somebody asks "does anybody here know about [whatever]?" If I do, I'll say yes, but if I don't, I'll say nothing, and they might complain that I don't reply.

If I said "no", I would be replying for everybody else! And "I don't" is not exactly an answer to that question.

So, since everyone can only answer regarding themselves, failure to get an answer should be understood as "nobody knows".

Actually, in these situations I mostly end up saying "I don't", choosing to be annoyed rather than annoy them.

link|flag
vote up 1 vote down

I keep trying to change my wife's operating system. The current one is unpredictable, flaky and seems to crash frequently. It also costs me a lot in maintenance fees.

I keep trying to reboot her with Ubuntu Linux, but keep getting an error message of the form:

"REDMOND00314: This software is not comaptible with the target firmware. Please hit the men-o pause key to continue".

Help!

link|flag
vote up 1 vote down

Being obsessed by things like up-votes and reputation points.

link|flag
vote up 1 vote down

I expect people to speak unambiguously. And include a reference to the context in each line. for eg, if someone says , "I went to meet mr.smith", "he drank coffee", I do not assume the second line to mean "mr smith drank coffee". As a result I keep correcting people. yeah, I'm a lonely guy these days

link|flag
vote up 1 vote down

Bad habit 1: the belief that you can optimize the functionality/usability of just about everything that you can get your hands on.

Which has taught me the hard way that:

  • Taking apart kid's toys in front of them is a potential risk to the geek.
  • You cannot optimize people, at least not to your liking. No matter who they are.

Bad habit 2: I crave for the source code of the most closed source project ever... Life!

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

I have started to develop a problem communicating with people who do not deal in logic on a daily basis. It really grates me, because I see the supreme inferiority in them (not inferior to me, but inferior to people who can think).

I have a tendency to believe that ideas are either right or wrong, and most of my friends who are programmers tend to understand and communicate that way as well.

If you say you like x, and I say that I dislike x for reason y, and your brain explodes and you cannot continue conversation, you need to learn to think.

link|flag
prev 1 9 10 11 12 13 20 next

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