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

How about calling Comcast to report a bug in their DVR. The operator tried to correct me and say that it just didn't behave the way I preferred it to. I said no, it's a bug. It makes sense that when you're watching something live and two recordings are scheduled at once so the DVR changes to one of the shows being recorded because the DVR only has 2 tuners, but it should NEVER suddenly switch to one of those records if you were watching a previously recorded show at the time.

We programmers KNOW when something is a real bug and when it's just a preference!

link|flag
vote up 1 vote down

Since I mainly communicate via email and instant messenger, I keep wishing it was socially acceptable to take extra time to think about what I want to say during verbal communication.

link|flag
vote up 1 vote down
  • Attempting to click things that are not on my monitor
  • Trying to Ctrl - F in hard copies of books, essays, or even just trying to find things in my room or house.
  • Mentally using shortcuts when doing something manually, or calling a symbol by it's ALT-code in IM.
link|flag
vote up 1 vote down

I sometimes wish for a physical copy/paste. Like if somebody tells me a phone number, I should be able to paste it onto the notepad in front of me.

link|flag
vote up 1 vote down

While in school i took all of my notes via laptop. Of course i did nearly all of my work on a computer of some sort as well. I virtually never used pen and paper and was frequently caught off guard and without pen or paper when the occasional professor required us to procure such things for whatever reason. In any event, I used the computer nearly exclusively. I also compulsively save my work whenever i've accomplished anything of significance (very frequent CTRL + S). While taking tests and doing other things that manage the use of pen and paper i find myself trying to save my work whenever I arrive at a good answer or stopping point...

link|flag
vote up 1 vote down

I get really annoyed when Word fails to code-complete what I'm typing...

link|flag
vote up 1 vote down

I see powers of 2 everywhere (or 2^n-1), up to 2^20.In fact, it amuses me to see 'close calls', like 1025 or 511 and the like. :-)

link|flag
vote up 1 vote down

I am looking a kind of for loop in which I can place my work(job) and relax at home where the loop doing its work.

link|flag
vote up 1 vote down

i often want to click on any underlined word on paper. (index of book, references)

link|flag
vote up 0 vote down

Ending sentences with ";"s

link|flag
vote up 0 vote down

My comp sci frd and I started to talk geekly

When we are hungry we say "my buffer is underflow" When we get sick and throw up we say "my buffer overflowed"

link|flag
vote up 0 vote down

This isn't very related to programming per se... but when I was in final year in varsity, all those assignments really got to me. In exams I found myself trying to tap CTRL-Z whenever I'd make a mistake.

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

When ever i make a mistake in anything in real life, the first thing that goes through my mind is ctrl-z!!!

link|flag
vote up 0 vote down

Seems like subtle things have seeped into my daily life over the years. Gradually started staying up later working on things. Overly literal in how I understand real life scenarios. Biggest thing of all is ending sentences with ';' or '?>' (I've come to loath PHP now) ;)

link|flag
vote up 0 vote down

I get tremendously excited about new technologies when it is obvious that they will be shoddily put together because that means there will be more opportunities to hack them back into working order.

As a corollary, I take things apart that I have no reason to believe I will be able to put back together often with the thought in the back of my mind that I can roll back to the last working version.

link|flag
vote up 0 vote down

I started using .com at the end of almost all my sentences, i am writing in Arial and i speak English better than my own language (Macedonian).com

link|flag
vote up 0 vote down

I miss description / comment tags on anything. When I walk to school and there is a computer as "Jobstation".. after a while you find out you can only browser pre-set websites of popular employers, but you can't connect to internet.. Why isn't there any sticker with description? "study chair, study table, door, window", etc.. :)

link|flag
vote up 0 vote down

I tend to handle any decision relying on outside influence in if statements.

"if waiter was friendly, tip well

else if waiter was slower than expected, don't tip

else tip 10%"

Apparently pseudo code doesn't make for a nice conversation to normal people.

link|flag
vote up 0 vote down

Rather regularly I try to click the light switch with my mouse when the dark becomes straining for my eyes.

link|flag
vote up 0 vote down

Not so much just programming but web design/development as a whole, I deconstruct and reconstruct real objects into websites or elements mentally and constantly throughout my day.

Living in a constant state of agitation because of so much bad typography around. A little kerning goes a long ways.

Mentally write out methods that operate the functions I perform on a daily basis, such as doing the dishes, folding laundry, et cetera (I also refactor everything so that I'm as effective as possible when doing said chores.)

A huge need for structure and order - if things are not done properly or don't look structured it throws off the whole balance of my day and I will dwell on that one thing until it's fixed.

link|flag
vote up 0 vote down

I tend to over-analyse everyday things, I think that it annoys the missus when I come up with corner or edge cases about stuff that REALLY shouldn't be that complicated...

I am convinced that she is the only reason that I ever get anything done; left to me, most moments would have long passed by the end of the analysis phase.

I do think that it's slightly different to being pedantic, definitely a programmerism

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

my head is every day nearer to my right shoulder

link|flag
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

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

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

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 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
prev 1 13 14 15 16 17 20 next

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