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 12 13 14 15 16 20 next
vote up 0 vote down

I try everything and try to handle the exceptions!

link|flag
vote up 1 vote down

Not exactly programming, but I write a fair amount of code to manipulate 3D objects and I do a fair amount with virtual reality type systems too. So whenever I'm watching a video on the computer I often find myself reaching for the Ctrl-Shirt buttons to move the camera around the scene before before remembering that I can't

link|flag
vote up 57 vote down

I didn't get married until I was 37.

(late binding)

link|flag
9  
I would call that Just-In-Time ;) – alexanderpas Aug 9 at 15:20
show 2 more comments
vote up 3 vote down

I find that when I go grocery shopping with my wife that after she puts the groceries on the checkout conveyor (in no particular order), I begin bubble-sorting them from least break-breakable to most breakable, and sub-grouping cold, canned, boxed, and personal products so that they end up bagged in the cart in a sensible manner and unload more easily at home. Why she doesn't load them that way to being with I have no idea... :)

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

My writing has gotten worse. Too detailed now. Too wordy.

I used to write concise, interesting and stylish reports and web posts that would grab my reader's attention and adoration when I was in high school. I was one of the best writers in my class.

Now, unless, I take significant time to edit (and even then it doesn't always help) I write novellas of emails to co-workers trying to explain every aspect and avenue of a problem and situation to let them see my full perspective. A brief email for me is a paragraph. I just think of everything and believe omitting key information is a form of lying. But often people don't have the patience to read my verbosity. So, my current goal is to shorten it up a bit.

Definitely a result of me being a programmer/engineer.

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

Not so much because of programming as it is a result of continuous computer usage, but.... I keep my taskbar on autohide, no matter what system I'm using. I like my screen real estate. When I want to check the time, I move the mouse to bottom of my screen to pop up the taskbar and see the clock. Which is all well and good until I half-woke from sleep in the middle of the night and rather than roll over to see the time on the digital clock, I found myself trying to mentally move a mouse cursor to the bottom of the "screen" I was seeing in my half-sleep so I could check the time. This has happened to me at least once a week since.

link|flag
vote up 3 vote down

When I worked as an undergrad in a tiny office with 2 other developers we also spoke in "or die" propositions. "Die" also became a common way of commanding someone to shut up, or stop working so we could go have lunch (or Play Quake 2, whatever).

I mentally shift-ctrl-s when I am writing on paper and get to the end of a page.

And to this day when I encounter a bug report that can't be accounted for I always ask "did s/he try rebooting the user?"

link|flag
vote up 2 vote down

Telling my roommate that the washing machine threw an UnbalancedLoadException and getting a puzzled look

link|flag
vote up 29 vote down

You know how the label on the shampoo bottle reads?

Lather. Rinse. Repeat.

I'm still washing my hair. I can't stop.

link|flag
7  
+1 that's why I shave my head. I do not want to get a stack overflow. – vmarquez Mar 19 at 6:23
5  
Where did you find an infinite supply of shampoo? If the average shampoo container has a 90 day supply for someone washing their hair twice a day, we can assume that each bottle permits 90 * 2 applications. If each application took 8 minutes, that's 90 * 2 * 8, or roughly 1,440 minutes of shampooing. Where did you get a water heater that supplied 24 hours of hot water (I WANT ONE). I think its sad that we spend 24 hours of our lives per 90 days shampooing our hear. Its better to just stink. – Tim Post May 1 at 8:13
3  
@tinkertim: What's even more sad is you put all that thought into calculating how much time we spend shampooing our hair :P – BenAlabaster May 27 at 15:21
4  
Don't you catch OutOfShampooException? – JeffH May 29 at 20:43
show 6 more comments
vote up 1 vote down

I have a tendency to get hung up when people describe things as being "twice as [slow/small/cheap/etc]".

I've also become very critical of kids' shows.

I was watching Teletubbies with my baby (8 months old today) last week. There was a segment that counted the Teletubbies, putting each character on the screen and then taking them off ( 1 ... 2 ... 3 ... 4 ... 3 ... 2 ... 1). I was quite irritated that they didn't begin and end at zero.

There's a segment of Sesame Street where Big Bird goes about searching for a shape that "has four sides, all sides the same." At the end of the segment we're told that such a shape is a square. That drives me nuts.

link|flag
1  
It's a rhombus! – Keand64 May 16 at 6:08
show 2 more comments
vote up 1 vote down

The ability to question my wife has caused me more headaches than programming is worth. I've taken so many Aspirins that my blood can't get any thinner.

link|flag
vote up 2 vote down

I think the worst is when people associate unrelated events.

Q: Can you do the dishes so I can do the laundry?
A: What? One has nothing to do with the other.

How about this... Q: Can you go buy some detergent so I can do the laundry? A: Yes.

Also, I tend to enumerate the acceptable responses to any question I ask. An answer outside that, tends to result in an error.

link|flag
vote up 1 vote down

A couple times I've referred to taking out the garbage as "deleting the trash." I've also merge sorted by length (luckily they're all black so there was no need to make the sort more complex) all of the socks when putting away laundry to find matching pairs faster.

link|flag
vote up 1 vote down

I when driving my car at night I put my lights on high beam and then expect to be able to go brighter and brighter, a nice round number like 16 brightness levels will do.

In the same way I expect to be able to zoom in on stuff in real life.

link|flag
vote up 0 vote down

I give instructions to people as if it were code. They always fail. For instance, Dear X, While the system is not loaded, please start processing the files for xx project. Check whether there are files that are still being processed from a previous run. If the system is clear, start processing the files starting with xxy.

Result: When they start the system is not loaded, the system does get loaded, they keep processing. Some of the processes fail. Now there are "files still processing" but there weren't there when they started, so they keep on going. Crash

link|flag
vote up 0 vote down

Hey, davethegr8, check this out, I'm about to "grep for my keys":

[mcintire@yossarian mcintire]# sudo find /home/ -type f | grep -e ".pub$"
/home/cliffm/.ssh/id_dsa.pub
/home/mcintire/.ssh/id_dsa.pub
/home/mcintire/svn_work/mcintire_home/.ssh/id_dsa.pub
/home/mcintire/svn_work/cliffm_home/.ssh/id_dsa.pub
[mcintire@yossarian mcintire]#

Found them! (In 2 places, each!) Redundancy, that's an engineering theme in my life. I can't imagine how pre-computing peoples lived without these tools of limited omniscience to inform them. I guess that's why they call everything before 1900 "the dark ages".

link|flag
vote up 2 vote down

OK, "real world" example:

I read-write cache, all the time. For example, I have a place for everything, and I also have places for things which are not in their correct places. This caching system is 4 levels deep:

  • I have a "using right now" bin, to collect my in-use mess within arm's reach.

  • I have a "recently used" bin in the corner, because something I've used recently, I'll probably need again soon.

  • I also have a "move this outside of my room" bin for things that I'm done using.

  • And I have a "take to storage" area, for things that I won't need for a long time, to free up house-space resources.

Hmmm, that last example wasn't a "bad habit", sorry to all you literalist programmers. I'm a sysadmin, can you tell? ;)

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

Hating people in management positions. Broke up with my girlfriend because she got her management degree last year. 5 years down the drain.

link|flag
show 1 more comment
vote up 0 vote down
  1. i no longer see the point to capitalization and punctuation (notice how i started this sentence with i instead of I).

  2. i look at parking signs and think to myself "thats bad usability". (notice its thats rather then that's).

link|flag
vote up 1 vote down

I think I had all the bad habits listed here to begin with, so I naturally gravitated towards programming. :)

link|flag
vote up 1 vote down

As a linux geek i often scramble infront of a Windows mashine as it is the most hated thing for me to always point and click on those friggin icons and i always search for a shortcut in everything i often think about quotes made by famous developers in everyday life and moments they would fit to. I sometimes do little scratches on my school folders of scripts and code files i think of.... i sometimes write or think in 1337....

link|flag
vote up 1 vote down

I have a tendency to think there is undo/redo for everything.

link|flag
vote up 4 vote down

I suffer from Garbage Collector disease since I started programming in a managed environment :P :

I won't pick up papers and things that should be thrown away from my desk until it gets 2/3 full or something.

link|flag
vote up 18 vote down

I'm always angry when someone says to me : "Hey you are programmer, can you program my TV/DVD ?"

link|flag
13  
I learned to reply with: "No, but I can read the manual that you did not read." – Muxecoid Jun 2 at 11:08
show 1 more comment
vote up 44 vote down

it certainly changed the meaning of half of my vocabulary or at least first association.
Do you still remember what these words meant to you BEFORE?

  • code - before: some cipher, now: to code
  • list - used to be a shopping list
  • trees
  • memory
  • exception - like exception from a rule
  • inheritance
  • child-parent realtionship
  • colouring (graphs)
  • queue
  • container, control, form
    and so many more.
    I really had to think carrefully to find out what some of these words would mean for me i wasn't a programmer.
link|flag
1  
I use "string" a lot, and people usually have no idea what I'm talking about. I have to stop and think about what people thought I was saying. – Matthew Crumley Feb 4 at 4:09
3  
I'm bad with "string" too. – tj111 Feb 25 at 20:19
7  
I blame computer science for the rise of single-parent families. – Matt Howells Jun 3 at 10:11
1  
heap / bag / set – Jeffrey Kemp Jun 9 at 3:47
show 3 more comments
vote up 0 vote down

I tend to say words that don't exist, like "char" (as in charbroiled) and "varchar" (as in var car).

link|flag
vote up 2 vote down

I say/write "if" too much!

link|flag
vote up 1 vote down

+1 @ fast food ordering, though I'm not sure that has anything to do with being a programmer per se. I just want to complete the task of ordering my food as efficiently as possible.. but yeah, it usually has an adverse effect :(

<Thorarin> Oh, that reminds me, speakers are on and kinda loud :)
<Thorarin> catch (NeighbourQQException) { }
<Zlut> door.Open();
<Zlut> throw neighbour;
link|flag
vote up 4 vote down

I end sentances with semicolons... Also i use semicolons in papers when i would never use them before. I excessively use parentheses too;

link|flag
vote up 16 vote down

Everytime I see two mirrors placed towards each other I wonder why the infinite loop isn't locking everything up. Is reality multithreaded?

link|flag
1  
Because they (the mirrors) can never be placed perfectly perpendicular the loop will eventually break out of itself. – graham.reeds Aug 3 at 5:45
show 2 more comments
prev 1 12 13 14 15 16 20 next

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