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

When I watch tv always try to press F6 to change channels.

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

In every circumstance where there're several possibilities I tend to expose all of them nesting sentences containing if/then/else, and sometimes that sounds quite redundant.

link|flag
vote up 2 vote down

I would really like a house that just needs Ctrl-Shift-B and be built.

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

Dont know if this has been added yet but oh well:

I just hate it when people don't close their round brackets in emails..

For example: I was walking down the street and saw something at the store (you know the one owned by Mr X (who got divorced recently), and I was greeted by....

AARGH close those brackets!!

link|flag
vote up 1 vote down

I'm always pressing Ctrl+X to delete a whole line in any document except it only works in Visual Studio.

link|flag
vote up 4 vote down

Sadly, I can't play any computergames any longer without thinking about how some things are realised in code. You can't enjoy a game the same way if you're always trying to figure out how they've done it.

On the other side, it does add some "Wow, that's well done" thoughts to every gaming-experience and you can learn something. But who wants a learning effect during a match of halo?

link|flag
vote up 0 vote down

I am trying to find all the paths on nested ifs in real life, i just cant accept "do this and that", i am always asking "what if i do that and this?"

link|flag
vote up 1 vote down

I often try to get rid of change by paying e.g. 12.45 on a 7.45 bill. I'm surprised how many just look at the money, hand the 2.45 back, and then count out the rest.

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

Someone asked me if I finished with a scrap of paper - I responded, "Yeah, you can go ahead and delete it."

link|flag
vote up 0 vote down

In real life I'm not able to find the debugger, not even the unitary test library :-(

My wife: yes ="no" no ="yes" maybe = sometimes "yes" some others "no"

How can I implement this kind of logic???

link|flag
vote up 1 vote down

I've definitely set down a sheet of paper next to my computer and started typing, wondering why it wasn't showing up on the sheet.

link|flag
vote up 0 vote down

First of all THIS POST RULES, as for the question I must say that I think programming affects thinking a lot, and we also spend very much time with computers and internet. Somehow I also think every discipline that you learn until you master it, does a little change in 'who you are and how you act', learning to sing, learning to drive, learning programming and so on, all this changes the way you are.

So there are bad habits and good ones, the bad would be: standing in front of the computer all day long, making your eyes hurt, forgetting about doing things like cleaning the house, and ignoring external life and maybe your kids, girlfriend, family and so on.

I sometimes ask myself if we are on the "good way" building our world based on new and new technology and science, do we have to keep improving until we get space ships like Star Trek? and live a fast life? or should we go slower and live normal lives in villages, with animals and nature? I am thinking about giving up computers and going more spiritual :)

The last thing to add is that programming can also give good habits, like I said before every discipline you learn does a change in you so if you learn to order your programming code to be well structured and commented, you will also be more carefull with things in real life.

PS: When I wash the dishes I insist very much to leave them clean, it takes me 3 times more time than if my girlfriend would do it. I think that's because I associate the dirt on the dishes with possible errors(bugs) in programming, I don't know if this one is bad or good :)

link|flag
vote up 1 vote down

None, actually.

link|flag
3  
Do you mean return null;? – deceze Jul 10 at 5:37
show 1 more comment
vote up 3 vote down

I hate doing repetitive task, I always search a reusable solution. For example if I receive 50 mails with attachments I will write a program to retrieve it instead doing 50 times the same thing. Even if doing the program takes twice longer.

link|flag
vote up 18 vote down

Whenever my wife says

finally

I start wondering: what did I

try

and where's the

catch

?

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

Because of my software job, I learned a few things about real life:

Lesson 1: Real life has a VERY HIGH dpi resolution:

"What is the resolution of my retina?", I often wonder.

Lesson 2: Real life needs to be much more modular:

"I have to DRILL A HOLE?" - What about the Adapter or Facade pattern?

Lesson 3: In real life, I still hate marketing/sales departments.

"You've called me twice today about my car warranty. Stop it. Forever." - As if they had no concurrency handling at all?!?

Lesson 4: Real life is not unit-testable:

"The laundry machine stopped working again." - Forget it: reactive support is good 'nuff.

link|flag
vote up 1 vote down

I tend to find the potential bugs everywhere... This infuriated my girlfriend at the time but I can`t help it... it just jumps at me where this or that could fail.

Knowing that though we can prepare better or live with the risk (however infinitesimal it can be) but I rarely get past the enumeration of single points of failures...

sight !

link|flag
vote up 1 vote down

I forget small things almost instantly. Hey, I know the big picture, I don't need to remember the details. And whenever I do need to know the details, they're either auto-completed or just a Ctrl+Spacebar <abbr> <query> away (God, I love LaunchBar).

Doesn't go down too well with the wife sometimes though. "Sorry, forgot to buy X, forgot to close the windows, forgot there's laundry in the machine, forgot where exactly we're going today, ...".

Even this answer was supposed to be something else, but I forgot what I wanted to write while I was scrolling down to the reply box, reading the rest of the comments.

link|flag
vote up 0 vote down
  • One of my favourite jokes is "There are 10 kinds of people, those who know binary numbers and those who don't"
  • I try to round everything to powers of 2
  • I try to optimize every path I make. Even 2 meters are important to me.
  • When I'm asked a question that can be answered with a yes/no, I usually answer "It depends". No one considers the edge cases these days...
  • I want every text to be an hypertext.
  • I often use english terms while speaking even if I'm Italian.
  • I put() parentheses after every verb I write()
link|flag
vote up 3 vote down

I tend to try CTRL-Z when I do any mistake outside the computer. Besides that, I overuse the "default" word, like in "this is my default hairstyle" (and I'm not a native english speaker)

link|flag
vote up 2 vote down

I knew I needed a vacation from IBM once when two things happened close to each other:

  • I tried to badge into my car.

  • I had a piece of paper propped up in front of my monitor and out of instinct I tried to click a window to bring it in front.

Bad habits?

  • I use the word "instance" in conversation about real world objects.

  • I get confused when reading restaurant menus which use which use "and" and "or" in non mathematical ways (that comes with potato or french fries and carrots).

  • I almost drove a real estate lawyer nuts once when every time he brought up some contingency possibility I would ask what would be the result of that happening. He thought I was a worrier, but programming is all about risk management/acceptance.

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

I'm always trying to refactor things so as to reduce duplication.

For instance while reading through the answers I noticed the following:

My first thought after seeing the same pattern repeated was that it could be replaced with a single line:

Console.WriteLine("I wish I could {0} {1}", tool, item);

That would give us the following outputs:

  • I wish I could grep keys
  • I wish I could Ctrl-F books
  • I wish I could Ctrl-Z the world
  • I wish I could RegEx physical objects

Nice and DRY!

*sigh* Why am I thus???

link|flag
vote up 2 vote down

Sometimes I try to move my mouse pointer off screen to access the properties of physical objects. Most recently I've tried to right click on my webcam in order to correct an issue I was having with it at the time. There are also many instances of when I've tried to use my mouse to point out things in the room to people next to me....

link|flag
vote up 4 vote down

When I'm driving and see a road sign which reads:

CAUTION: CONST. AHEAD

and I think why are there Constants ahead?

ugg

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

Here's a situation I cannot stand:

Stopped at a traffic light, with a long line of cars ahead of me. The light turns green... why can't everyone start moving slowly and gain speed!? Everyone takes turns stepping on the gas, and you miss the traffic light because no one understands how to increase throughput/flow at the light.

... very frustrating.

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

Two weeks ago, a friend and I went to eat at a Chinese restaurant. The waiter came and gave me a pen and a piece of paper to write our orders on.

Me : I'll have "Chicken with mushroom". How about you ?

Friend : Uh.. let's see... Fried rice.

Me : Okay.

(writes on paper)

   chicken with mushroom  1
   fried rice  1

Friend : Wait, wait.. scratch that. I'll have "Beef with Oyster sauce" instead.

Me : oh, okay.

(writes on paper)

   chicken with mushroom  1
// fried rice  1
   beef with oyster sauce  1

Me : done. (review orders)

Friend : .. What are you doing ?

Me : what ? (gives paper to waiter)

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

I always think complete "enlightenment" is just around the corner and i can somehow transcend the concepts a language (think box) has, being able to fit the whole universe into it. This would make me feel really good. Turns out you are always just playing around within some fixed sandbox borders, someone made up... and all is relative and no concept is ever perfect after all... the whole expressiveness, unique creativity human mind has is not matched with concepts... like it too though to be like that..., staying confused in a good way, no bad habits after all, just ever more curious :-)

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.