vote up 341 vote down star
409

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 3 4 5 6 7 20 next
vote up 1 vote down

Since a few years I've alway this strong feeling that something goes wrong.

So I always say:

This should work, but no guarantee!

It's sometimes funny when you sit in an airplane, talk about computer bugs and you feel something inside of you (there isn't an application without mistakes) ;)

link|flag
vote up 2 vote down

I try to evaluate parentheticals in written text (like this) and get upset when it doesn't work.

link|flag
vote up 7 vote down

Can't claim this one for myself. I invited some friends to a party. One of them, a networking wiz, called me at home. When I answered the phone I heard

ACK (click)

Technically all he told me was he GOT the invite, but we enjoyed his company nonetheless.

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

I've found that in general conversation, I -

  • refer to repeated tasks as "iterations"
  • use "delta" in sentences; "Well, we've got everything we need to make spaghetti, delta some garlic."
  • quantify the difficulty of things as "trivial" and "non-trivial"
  • describe the process of going through stuff in the mailbox to sort out good stuff from junk as "parsing the mail"
  • "ping" people to see if they're available
  • use "WTF" and "FMH" as exclamations
link|flag
show 2 more comments
vote up 2 vote down

being in a constant sleep deprived caffeinated state and thinking it must be normal

link|flag
vote up 0 vote down

No sports ;)

No stairs if an elevator is available - the simplest solution

link|flag
vote up 2 vote down
  1. I drive and think about code. You see, the driving in big cities is so borring that I only need partial visual sensation to make it to the home - when something big dark is in front of me, press the break, when it is not there, press the gass. (what ? man are not multitasking) :P

  2. I never listen to my wife or pretty much anybody else when I am programming (this may be a good thing)

  3. I miss some important events in my life.

  4. I tend to hang out with other nerds, like you guys here, lol :P (this is definitelly bad, I call this forum thingie "hanging out", zomg )

EDIT:

O yeah. I play World of Warcraft and constantly catch myself programming in Lua in chat instead of relaxing and killing monsters...

link|flag
vote up 0 vote down

There are a few bad habits, but my favorite is: I answer "or" questions with "Yes".

link|flag
vote up 1 vote down

As has been mentioned a couple of times, I use far too many parenthesis (certainly when writing, but also when speaking (I'll go off on a side note before returning to my main point)).

I've never really gotten complaints, but I feel like if I just had better sentence structure, it would not be necessary.

link|flag
vote up 1 vote down

I can work with base-2 easier than base-10 at times. I get frustrated watching people do things with computers inefficiently. I use != while taking notes rather than =/= .

My sentences (written or typed) use a lot of brackets (such as this note here (which I did right now (sometimes they end up looking like LISP at the end (I have never programmed LISP though (Although I thought about learning, but then didn't (I learned C# instead)))))).

I consider 60 wpm an average typing speed. Most of my friends consider 30 average.

link|flag
vote up 1 vote down

Dammit, I do at least half of these things!

link|flag
vote up 17 vote down

When I receive instructions such as:

Go to the shop and buy a loaf of bread. If they have free-range eggs, buy 10.

I'd return home from shopping with 10 loaves of bread.

link|flag
vote up 6 vote down

I have dreams in which I'm trying to solve real-life problems (my son doesn't want to his homework, for example) with code. Just when I think I've got this cool, elegant algorithm to tackle it, some exception scenario (my son is not programmable) emerges. So, in my dream, I try some way to handle the exception but then the exceptions begin to grow exponentially and it all just spirals out of control.

Gee, if it were only that simple...

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

I know I've been writing too much Java code when I start ending my sentences like this;

link|flag
vote up 3 vote down

I always stay up way too late!

link|flag
vote up 0 vote down

When looking for something in the real world first thing on my mind is search box with blinking cursor...Would be so much easier ;)

link|flag
vote up 1 vote down

It drives me crazy when I realize that there is no year zero. Then we could just say "the year -200," rather than "the year 201 BC." Then we wouldn't even have that stupid BC/AD vs BCE/CE argument!

What is even worse is when, for example, people have a list of 100 items grouped into 10s, and I see 1-10, 11-20, 21-30, etc. I get very angry at anyone who does this. I tell tell them, "number them as 00-09, 10-19, 20-29, etc.!" And then I get even more angry when they think that makes no sense.

link|flag
vote up 4 vote down

I wish i could "kill dash nine" all dishonest politicians.

link|flag
vote up 2 vote down

When some physical object breaks, like one of my table chairs, I find myself thinking that the first solution is to Ctrl-C and Ctrl-V one of the good chairs...

EDIT: Just the other day I was watching someone use two microwaves at once in our break room and the first thing I thought of was that he was good at multi-threading...

link|flag
vote up 5 vote down

In Word.exe instead of Ctrl + M , pressing Tab and buff the whole paragraph disappeared

Woke up at 03:00 AM realizing there is a bug in the code just went to production which will brake the whole shit ...

Woke up at 03:00 AM realizing that "HEUREKA" it has to be done that way and even going down to code straight away ..

Get a new cool idea just before getting sleep. Not sleeping all night since the brain runs the program and debugs it ...

Watching people's movements in the public areas ( train , metro ) associating them with debugging of the "current cool code" and accidentally bumping or doing something clumsy - yep it is embarrassing!

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

Sometimes i wish i can select some people then press DELETE key to delete them :D Also i want a CTRL-Z so i can undo stuff :D

link|flag
vote up 0 vote down

I was refining my keyboard shortcuts when I tried to remember which one turns the light on.

link|flag
vote up 0 vote down

I think everything in terms of open source and free software.

I also tend to count from 0 and make geeky jokes and comments and later saying it was trivial.

link|flag
vote up 2 vote down

Moving my hand as if looking for a mouse when I want to point at a calendar on the wall.

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

XOR vs OR drives me crazy.

I ignore all warnings and only pay attention to errors.

link|flag
vote up 6 vote down

Not sleeping. Oh and I kid you not...every time I type "myself", I accidentally type mysql

link|flag
vote up 1 vote down

After staring at a computer screen for hours on end, at times I am impressed by the vivid colors around me (black, white, and the occasional intellisense colors are less prevalent in everyday life... from what I hear)

link|flag
vote up 0 vote down

whenever planning something in real life, I always say "we are only going to find that out at runtime". No one really gets it but I think they do.

link|flag
vote up 3 vote down

Saying to my Girlfriend "Stop throwing exceptions that I'm not willing to catch."

link|flag
vote up 1 vote down

I don't go to bed when I should ..

link|flag
prev 1 3 4 5 6 7 20 next

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