vote up 341 vote down star
398

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

I always think of the inputs and outputs of situations and decisions.

Break down real life issues and decisions into easier more manageable problems and address them piece by piece with the whole main issue still in mind...

link|flag
vote up 0 vote down

Sometimes I call XM radio XML :/

link|flag
vote up 0 vote down

When I want to see a girl in group. I look for ctlr + (zoom) keys :(

link|flag
vote up 0 vote down

I tend to think you can UNDO and COPY/PASTE in situation that entirely make no sense. For example, if I'm writing out a manual check and mess up, for a brief moment, I think "UNDO"

It's sad...

link|flag
vote up 0 vote down

When I converse with people, I tend to scorn at their ignorance not to pass all the details necessary for a good and healthy conversation. I always have to ask questions and get their details. I hate this and I hate Setter dependency injection!

link|flag
vote up 0 vote down

Any time I have to sit down and look through paper pages of information, it feels unfair that I can't write a script to parse it.

link|flag
vote up 0 vote down
  • Counting the number of primitives in real-world objects
  • When I'm crossing the street and a car brakes, I try to figure out momentum to Euler rotation
  • Somehow the kettle boiling is linked to a callback in my head. From anywhere in the house I will go and pick it up just as the thermostat clicks

Random O_o

link|flag
vote up 0 vote down

I feel you on the inheritance thing... lol

I do that all the time

link|flag
vote up 0 vote down

return null;

Oh...

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

I always have to get my afternoon coffee at exactly 2:56pm...

link|flag
vote up 0 vote down

I recently moved to another place and some stuff still is in packing cases. I'm really missing the find - name "*.packingcase" | grep -in stuff_im_looking_for feature in real life.

link|flag
vote up 0 vote down

I dont know what i was thinking when i wrote this. I know i must have been laughing. Maybe i'll rephrase this answer someday.

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

I put $1.29 in my pocket and thought, "I have two bits" (10000001).


I put a slash through all my zeros (0) to keep them from being confused with the letter that comes after M (O).

link|flag
vote up -1 vote down

CTRL + ALT + DEL (OR REBOOT) does NOT fix things! in real life

link|flag
vote up -1 vote down

Eating. Paying rent.

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

Speaking Hungarian

Note: except in Hungary I would guess, but don't know

link|flag
vote up -1 vote down
  • Thinking about colors in terms of Red, Green and Blue
  • Insisting the fastest way to accomplish anything computer related is to write a computer program to do it for me
  • Looking everything up
link|flag
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
prev 1 16 17 18 19 20

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