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

When I sort cards (e.g. the letter cards for my 4yr old) I use a kind of quicksort - scan through the pack, placing each card into two piles (A-M then N-Z), then recurse to the two piles. I'd like to spawn copies of myself to parallelize the operation, but I'm finding that the copies are not identical to the original...

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

Mathematicians: log is not an operator. 3 log 2 is a parse error. Unless you're going to assign a precedence to "log", then it's a function: 3 * log ( 2 )...

It's when you look at:

∫ 2 ^ 3 * 2 log x + 2 * 4 log 8 * 3

...X_X

() ! ^ log *,/ integral +,- ... maybe?

link|flag
vote up 1 vote down

I wish that I could CTRL+Z everything. [maybe this is more IT related]

link|flag
vote up 2 vote down

What real life bad habits has programming given to customers?

2min 19 sec youtube video

link|flag
vote up 0 vote down

I start analysing human behavior as Brain = Processor, and I tell out my plans

if(some thing happens) do it
else 
do other

Ctrl + F a book

link|flag
vote up 1 vote down

In the building I work there are 6 elevators.

I'm always trying to figure out how to improve the algorithm that handle them (send this one to the 4th floor because at 10pm there's a 75% chance that someone will come up according to previous data)

link|flag
vote up 1 vote down

I obsessively analyze the effeciency of everyday tasks. Preparing a bag of popcorn in the microwave is a good example. I would put it in for 1:20 seconds but it was coming out a little burnt, so I started using 1:11 because it was a little less time and very easy to enter. I was happy with 1:11 seconds for awhile and then I realized that 1:11 = 71 and I am now trying to decide whether it's easier to enter 1:11 or 71 on the touch pad.

Sometimes I try to do virtual things in the real world. Just a couple of days ago I scratched my eye and in the process, accidentally smuged my glasses with my finger. I actually thought briefly about hitting the "undo" button on my keyboard to remove the smudge (and restore the itch too I guess).

link|flag
vote up 4 vote down

Sometimes when I go for a walk after a few days of programming, I find myself marvelling at the incredibly high texture resolution of everything around me.

link|flag
vote up 0 vote down

i think of things either right or wrong... too absolute. i consider something either to be true or either false. either it is a yes or a no. for example, if you ask a girl to go for a walk and she says "no", doesn't it actually mean a "no" or "maybe" or "ask me one more time please"?

that's because in programming, something either true or false. an "=" is always an "=" and never a "==".

afterwards i learned that things in the world are more relative: i think it is good but he thinks it can be better. i think something is short and somebody thinks it is long. even in CSS, an absolutely positioned element is relative to the containing element and therefore it is absolute but relative to something. just like if i think something is good, it is good only relative to me, not relative to someone else.

link|flag
vote up 1 vote down

I always draw a situation and try to think of solution (in practically every heavier situation) :) I can't live without pen & paper.

link|flag
vote up 3 vote down

I usually find myself trying to google about why my internet connection is gone...

link|flag
vote up 2 vote down

Debugging firmware of household and office appliances, like elevators (what model does it use to answer requests and why doesn't it use a more efficient method) and coffee machines (what happens, if I purchase a "cup only" with the "without cup" option, or if I select a "milk only" with a "more milk" option, or what is the result of a "cup only" with "more milk", etc.). The lack of reason in the first and the results of the second activity never fail to amuse me.

link|flag
vote up 0 vote down

When someone uses "and/or" in a sentence it sounds awkward to me, because it can always be replaced with just "or" (according to Boolean logic) :)

link|flag
vote up 0 vote down

I want to hit Ctrl-Space to help me remember the name of something I'm trying to explain to someone.

link|flag
vote up 2 vote down

I once noted that I used parentheses around sin/cos functions and the word PI instead of the symbol in the math class while writing on the blackboard..

The teacher was a little bit inrritated..He should be glad that I didn't start to end each formula with a semicolon!

link|flag
vote up 2 vote down
  1. Looking for clock in bottom right while reading newspapers

  2. One time, while I was writing an email, I commented paragraph of text instead of deleting it :)

link|flag
vote up 0 vote down

Dreaming about programming something and waking up thinking, damn I didn't save! I have done this more than once. Dreams need an 'Export to Video' option.

Overanalyzing EVERYTHING. Finding flaws and wanting/trying to fix them.

I tend to correct people a lot. I can't let exceptions go running around uncaught. I have learned to make my corrections a bit more subtle, but it still annoys people.

Being able to sit for long periods of time with nothing to do. e.g. Waiting at the DMV, or just waiting in a public place in general.

I also do the life-optimization thing. but mine are mostly picking the most effective route somewhere, or combining tasks in an effort to reduce... effort.

link|flag
vote up 2 vote down

Not strictly programming-related, but I once tried to dial an IP address on a phone. I got as far as the first octet before giving up when I couldn't find the decimal separator.

link|flag
vote up 1 vote down

I'm happier when navigating if I'm in error by 90º, 180º or 270º than if I'm out by <10º

Nice, large, round errors are much easier to debug in my world.

Also, when asked what sandwich I want and I'm not sure - I'll usually reply 'a(dot)generic sandwich' - it's part of a old and trusted javascript libary I use and the term has never quite left me.

link|flag
vote up 2 vote down

I have found myself "tabbing in" a complex e-mail to my wife for readability only to realize that it looks ridiculous to non-coders.

link|flag
1  
That is awesome, I have never done that but I can imagine myself doing something like that! – Akers Jun 30 at 0:48
vote up 0 vote down

I feel like starting daily conversations with 0x

link|flag
vote up 2 vote down

After too many years of working on a business system under a lousy manager, I inevitably write "contract" when I mean to write "contact" and "Theresa" when I mean to write "bitch."

link|flag
vote up 8 vote down

I nearly got my banck account closed because that phone bot asked me for the "position 1" of my password. And I, for three times in a row, gave him the second number in my password, getting more angry each time the bot told me the number was wrong. It was not until my last chance before being kicked out that I realized that, in real life, positions, sizes and all of these really start at 1 (isn't it annoying?).

By the way, I feel I agree with 90% of the answers here...

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

I (some times(especially when explaining some ideas(which happens a lot at work))) use nested brackets in my writing...

link|flag
vote up 4 vote down

IN CHAT

Friend: U thr? Me: 1

link|flag
vote up 0 vote down

I'm sure someone has mentioned it by this point, but it drives me crazy when I can't get a direct answer out of someone.

Example:

Me: Do you know if it's going to be cold today?

Them: I don't think so.

Me: Well, do you think it would be a good idea to bring a jacket? Maybe it's supposed to rain or something? Snow? Hail?

Them: I don't know.

Me: Look, you went outside earlier for a run, right?

Them: Well, yeah.

Me: How was it?

Them: Warm.

Ack!

It also bothers me when I'll try to be thinking of a basic example to explain something, but people get too caught up with minor details of how my example would work in reality.

Me: Okay, so...say you have House X. Three stories tall and...

Them: How many people live in the house?

Me: Er, no one.

Them: Oh. Well...how much does it cost to own? Must be pretty terrible house if no one lives there!

Me: It's not for sale. Okay? The important part is that if you needed to paint this house, you would need y cans of paint. You could figure this out by...

Them: What's with all these stupid namen? "House X"? "Can y"? Those are dumb names, if you ask me.

Me: Well, I'm not asking you. You asked me for help.

link|flag
vote up 0 vote down

try to copy paste something u seen in real life like on television if see something interesting I would like to copy it.........but :( wont be able to do it

link|flag
vote up 1 vote down

Algorithm think, every simples task becomes lines of code.

Raize Event AlarmRing

OnAlarmRing do

Test if awake return "damn clock" Test if sleep enough return "false" Execute(AlarmOff) Execute(TurAround) Sleep(600000)

End OnAlarmRing

Raize Event WifeCrazy

OnWifeCrazy do No Testing Execute(Jump) Execute(Run)

End OnWifeCrazy

Raize ForgotEverything

OnForgotEverything do

Execute(TurnOffThePhone)

End OnForgotEverything

link|flag
vote up 3 vote down
#ifdef sarcasm
It hasn't affected me at all.
#endif
link|flag
vote up 8 vote down

I often wonder what non-computer minded people do in their spare time

link|flag
show 3 more comments
prev 1 2 3 4 5 20 next

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