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 5 vote down
  • I had an argument with my Girlfriend about colors. I claimed white is a color and you can produce it by mixing red green and blue with full intensity (255).

  • I find it hard to explain to non-programmers what I do. I just say I am a computer geek.

  • I binary search for things
  • It's easier for me to IM someone sitting behind me at the office or even next to me in the living room than talk to them.
  • I often write something like (me!=happy) , forgetting most people don't know "!=" means not equal.
  • I Look for Visual studio Shortcuts like Ctrl+I in other software.
link|flag
1  
2º Point: Just say that you create the programs that they use in their computer. – LuRsT Dec 4 '08 at 12:17
vote up 3 vote down

Acting like a know-it-all all the time because my coworkers expect me to defend my decisions or lose.

This can be a drawback when dealing with normals.

link|flag
vote up 8 vote down

I get excited by finding BSoDs in the real world.

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

Let my grandma believe I do pastry as I told her I work on dotNET.

link|flag
vote up 1 vote down

I double click the remote control whenever i finally sit down to watch "tube". Ooops i meant TV.

link|flag
vote up 1 vote down

I'm always trying to think of ways to automatize everything!

link|flag
vote up 1 vote down

I wish i can do ctrl+c ctrl+v on a lot of real world things

link|flag
vote up 4 vote down

A friend and I were on our way to Tucson on a beautiful day, and as we passed Picacho peak, I looked out the open window and marveled, "Wow, look at the resolution..." for which I'm still ridiculed to this day.

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

Thinking in algorithms. For example, I'll press the button to change the light at a cross walk and while I'm waiting I try and figure out what OS it runs and how the software works.

Also, alot of times I try to optimize real life situations by think about them as a program.

Also, I refer to complete tasks as poping them off the stack

link|flag
vote up 25 vote down

Along the same lines as the grocery store optimizations...

I tend to put items into the cart so that they are unloaded onto the belt in such a way that it will be efficient to bag them.

Never ceases to amaze my wife.

link|flag
2  
Guilty as charged. Damn, we really tend to micromanage our lives to the semi-colon. No wonder "normal people" tend to think we're weird! – peSHIr Mar 16 at 6:59
2  
I sort items when I put them on the belt, not when I put them in the cart. Never really thought a second about it. Your way is probably more efficient but I'm more of a scientist than a programmer so absent-mindedness is inevitable. – temp2290 Mar 23 at 17:55
2  
Why on earth would someone not do this? – Beska May 19 at 20:25
3  
I put them on the belt so that when they're bagged, all the heavy stuff is at the bottom so that squashable stuff doesn't get damaged. It never ceases to amaze me that other people don't do this... who wants a flat loaf of bread? I was going to make a joke about Greeks and Jews, but I thought that might get flagged as offensive :P – BenAlabaster May 27 at 15:28
show 3 more comments
vote up 35 vote down

Since most of my time typing is spent coding, I will say that the biggest single bad habit that I have picked up is the inability to write legibly. I use a pen and paper so rarely, that sometimes I have to stop and think about how it is supposed to work.

link|flag
show 2 more comments
vote up 2 vote down

I consider the number two to be smaller than three, even for large values of two.

link|flag
vote up 19 vote down

My list of bad habits:

  • Popping conversations on and off my mental stack: I can remember precisely what I was talking about after going off on tangents. Tends to confuse people.
  • Optimising my life: I've optimised my journey to and from work by sitting on the closest chairs to the doors on the train, etc.
  • Regularly hitting CTRL+SHIFT+S even when browsing. I've even hit CTRL+Space while in Word.
  • Thinking of everything as lists and sets. When I was doing 3D stuff I started seeing everything as points, edges and surfaces.
  • Looking up on google to see if there is an optimal solution to a problem. Came in handy when I suddenly got a pair of DMs on which I needed to lace up the boots. Fortunately on the WWW there is always someone with more time on their hands than you.
  • Correcting people who say black is their favourite colour.
  • I feel a little bit of happiness when my ticket at the deli counter is a power of 2.
  • I complained that the house we looked at purchasing was number 62.
  • Thinking of optimisations. When I go to the cinema I really want to defrag it!

There's probably others but I need to get back to work!

link|flag
show 9 more comments
vote up 19 vote down

When my daughter learned to crawl last month, I watched her navigate from one side of the room to a toy on the other side of the room, and I thought "she has an excellent path finding algorithm."

link|flag
vote up 1 vote down

I tend to start writing or even typing everything in CamelCase.

link|flag
vote up 10 vote down

I assume that most other people actually get paid to do what they love just like I do. Its amazing how eager so many people are to work in jobs they hate purely for the cash.

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

I tend to sleep late coding. This is not good for health.

link|flag
vote up 0 vote down

Everything is a 1 or 0.

link|flag
vote up 10 vote down

I find programming has bled into my nightmares.

A few years ago I started working a long way from home (by my standards at the time). It was a two hour drive each way, plus long hours at the client site.

I noticed after a couple of weeks that my driving, particularly on the trip home, was becoming worse as I was very tired. This began to worry me increasingly. We'd just had a baby and I was terrified of what would happen to my family if I had an accident on the road. I worried to the point of losing sleep - which obviously made things worse. Then the nightmare happened:

Whilst dreaming, I reasoned that as there was only a finite amount of time available to sleep I should spin up multiple copies of myself on several threads simultaneously so I could get my sleep in parallel.

Shortly afterwards we moved home to be closer to the client.

link|flag
vote up 0 vote down

Sometimes I dream in brightly colored fixed-width ASCII fonts on a black background.

link|flag
vote up 2 vote down

I feel the content of the clipboard as an extension of my mind. I can walk around the place, talk to people, and then come back and still "sense" there's something there, waiting to be pasted! In my opinion, it's a good thing though.

link|flag
vote up -1 vote down

Eating. Paying rent.

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

When I read books, I really miss the automated search functions (CTRL+F or otherwise).

Has anyone mentioned hyperlinks? Boy, I really need it when fliping through various documents.

Using '==' or '!=' and the likes in non-programming (i.e. real world) situations...

link|flag
vote up 2 vote down

I often camelCase words in emails and other communication.

link|flag
vote up 0 vote down

Numbers remind me of things. I just noticed that this question has 131 votes and thought, "Hmm, that's almost like 131072."

link|flag
vote up 1 vote down

Can't find spell checking when writing down something :)

link|flag
vote up 1 vote down

Sometimes I see real-life things as "objects" in an OOP sense ;)

link|flag
vote up 3 vote down

As my partner will tell you, everytihng has to be efficient.

If you cut the onions this way, it will be faster with the same result...

(That one really pisses her off)

And language has to be precise.

Can you get that? What do you want me to get? That, over there? Which thing?

link|flag
vote up 1 vote down

I hate doing anything in real life that doesn't allow me to undo or allow me to make changes after the event, mostly related to mechanics and DIY.

While tiling a bathroom once, I found myself spending too much time thinking about how I could get the job done but have an easy way to swap the tiles out for something else if I changed my mind later.

I won't work on a car/bike if the job means I could end up in a situation where I can't easily "undo" what I've just done, i.e. if I do something and it's permanent it makes me far too uneasy.

link|flag
vote up 3 vote down

When trying to find a solution or anything, I eliminate all possibilities before going forward. For example: "bring me the glasses". I go, open a door, no glasses, open another door, glasses, but I would still continue opening all the doors to be sure there are no other type of glasses. Maybe what I'm seeing are not really glasses for this person. Maybe they are wine glasses, or whiskey glasses. And maybe I'll just find two types of glasses in which case I'll ask which one.

When I'm doing this in front of another person they go crazy. "You already found the glasses!", "No, I'm not 100% sure these are glasses.". At that time they start to back off slowly saying yes. I smile.

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.