vote up 341 vote down star
408

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 16 17 18 19 20 next
vote up 3 vote down

After doing some web programming I found that I was in the habit of supplying sample answers to my own questions. "How long will it take? 5 min, 10 min, 15 min, longer?"

link|flag
vote up 0 vote down

I set the volume on my stereo to powers of 2. The first few are generally too quiet, but 8 is nice for background listening, 16 when I want to actually hear it, and 32 for parties or when we all go out on the deck.

Of course there are times when it isn't right there, but there's no way I'd set the voulme to 15 or 17 :)

link|flag
vote up 0 vote down

i so long for Ctrl+Z

link|flag
vote up 0 vote down

I tend to type a lot of all emails in all lower case so that they'll "compile correctly."

link|flag
vote up 4 vote down
  • I dropped my keys in front of my door and tried to hit CTRL-Z with my left hand
  • During breakfast, I double-clicked on my bread to open the butterdish
link|flag
show 2 more comments
vote up 49 vote down

from xkcd:

alt text

link|flag
vote up 3 vote down

I'll often jump into a task (like, say, repairing the fence) somewhat thinking I can pause my work at any time, and worse, believing I can easily ctrl-z any major mistakes.

link|flag
vote up 3 vote down

Some one suggested me to move them into a post:

  • Looking for polymorphism, inheritance and patterns in ALL of "Gods" creations.
  • Explaining the size of something in pixels and colors in hex code.
  • Using code related abstract terms in everyday conversations.
link|flag
show 1 more comment
vote up 3 vote down

While most 'non-programmer' people have their outlook synchronized with their wifi-bluetooth strawberry phone, I use notepad for my tasks lists and memo notes ...

link|flag
vote up 0 vote down

I have become very good at figuring out everything that's needed before embarking on a new adventure. I overplan.

link|flag
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 274 vote down

I was getting lunch a few years ago at Rebecca's Cafe in Kendall Square and the girl behind the counter asked me what kind of bread I wanted and without thinking I said, "Whatever the default is."

She might still be laughing . . .

link|flag
8  
Technically, I think your reply was appropriate, but then again I AM a programmer. – Joshua Carmody Oct 8 '08 at 18:47
13  
If she's worked in Kendall Sq long enough, she's heard that more than once. – Clayton Oct 16 '08 at 23:02
1  
I do that a lot in Subway, I usually expect everything to be just standard unless I tell it otherwise. – levhita Oct 23 '08 at 16:09
6  
I actually used it once when my boss asked what was in my meatball sub.. i said "just the default options" [obviously in a very deadpan manner, since i wasnt TRYING to be funny]. He thought i'd make a great standup comic. – Mostlyharmless Jan 28 at 22:39
2  
Really? It's weird? Never thought so. :) – Mehrdad Afshari Feb 2 at 22:34
show 12 more comments
vote up 0 vote down

I'm addicted to SO (yes, already). I really should seek help.

link|flag
vote up 0 vote down

I usually try to mentally press crtl + z to undo actions like pouring coffee over my desk or saying something stupid.

link|flag
vote up 0 vote down

Went out for lunch with a colleague, stopped off at the ATM for cash. Got into a rant about the user interface, collected my card, walked off and left £40 in the machine :(

link|flag
vote up 0 vote down

If I'm working on something that I'm bored with, I start chewing my lips. It started in college when I would only let myself take breaks from studying for a test if I was hungry and had to eat. Now it makes me crazy.

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 7 vote down

Due the prevalence of online banking and credit cards, I have to think for a second or two whenever I have to write a check.... "OK fingers, spell out \"One hundred fifty-five and 0/100\" ".
In fact, I refer to all handwriting as "the analogue method" now.

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

I've learned to create test cases. Seriously, before I do something now I think about breaking it down into smaller tasks then how to verify that each part works, and how to continue to verify it as I do further tasks related to it.

link|flag
vote up 11 vote down

I now drink way to much coffee.

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

I find that most people get upset by mistakes.

I generally don't. I have always thought that the reason is that I am trained to accept that there will be mistakes, because compilation errors are a norm. When they happen, you fix them, and move on with your life. If you get upset over compilation errors, you won't last in this biz :)

link|flag
show 5 more comments
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 0 vote down

Never focusing on anything more than two feet away from my face. I'm developing all kinds of vision problems.

link|flag
vote up 0 vote down

I find it very annoying when people aren't expressing themselves syntactically or semantically correct in written language. It has come to the point that I sometimes find myself refusing to read or accept what I'm reading if the person is unable to express themselves correctly.
It doesn't apply to standard human error though, just to people who consistently doesn't use correct language.

It has been this way for me for quite some time but recently I realized that most non programmers around me aren't really bothered by this.

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

I find myself continuously and subconsciously filtering all my world experiences to some inbuilt sorting algorithm (could be a bucket sort?). This has afforded me the ability to give attention to the top 10% or 20% and blissfully disregard the long tail everything else

To boot - I have a great relationship with my wife, daughter, dog and laptop (not necessarily in that order), but feck all else….

Perhaps this is why I find stack overflow such a cool site ;0)

link|flag
vote up 0 vote down

wife: "I don't feel good."
me: "Please define 'I don't feel good'. Be more detailed."

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

my head is every day nearer to my right shoulder

link|flag
vote up 0 vote down

I became obsessive with the latest or popular or best tool for programmers that I stay late at night to get be familiar with it.

link|flag
vote up 0 vote down

I always try to use Ctrl-Spacebar in Outlook to complete my sentences for me when writing emails or in Live! messenger.

link|flag
vote up 38 vote down

Being far too analytical about absolutely everything. It's a great attribute professionally, but only leads to frustration in my private life...

link|flag
show 1 more comment
prev 1 16 17 18 19 20 next

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