vote up 341 vote down star
410

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

Being a college coder, I tend to take notes in programming syntax now. It is actually a really good habit, as it tends to save me a lot of time.

For example, I might write something like "This != That" or, in history I find myself doing this one, I'll write "while(WWII) {stuff that happened during WWII}.

Funny thing is, people stopped asking to copy my notes. Odd...

link|flag
3  
This gets really bad when you start mixing programming syntax with set-notation symbols (for discrete/combinatorial classes and the like). – Tim Jun 9 at 5:05
2  
I keep using || and && when taking notes. – Alex Brault Jul 26 at 3:08
show 2 more comments
vote up 0 vote down

Spelling mess ... this will kill me!

link|flag
vote up 2 vote down

Nightmares of programming.

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

Whenever I get into a fight/heated discussion with my girlfriend, I tend to interrupt her to get her to specify exactly what she means with something she just said. She often fails to do so, which results in me reiterating the question until I get an answer that rules out all possible ambiguities. It also results in her being even more furious than before, thus beginning to express herself even in less precise ways. Engage recursion.

link|flag
vote up 0 vote down

Not Programming but CYBERHABBIT!..

Whenever I need to look for something (like my keys, eye glasses,remote control etc.) in my house or in my office, I allways think there must be a "find and search" functionality that can be really usefull. But there isn't. :((

Funny but it is true.

link|flag
vote up 5 vote down

I've become a UI/usability fanatic:

One of the local Finnish gas (petrol, whatever) stations was acquired by another. All was well until they changed the credit card payment systems of the gas pumps. Previously the process went like:

  • 1) Credit card in,
  • 2) enter pin number (4 numbers) on a numeric keyboard just to the right of the credit card slot,
  • 3) select pump by pressing the left or the right flashing button to select the left or the right pump (from the perspective where I'm standing)
  • 4) credit card pops out
  • 5) start pumping

Now it's like this:

  • 1) Card in
  • 2) Enter pin number
  • 3) wait while nothing happens
  • 4) Realize that i have to press a friggin' OK button to proceed
  • 5) Select a pump by entering its number on a separate numeric keyboard that's located on top of the payment interface. To enter the correct pump number I have to check what the number is on the pump.
  • 6) Credit card pops out
  • 7) Star pumping

Way to f'n design an interface!

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

bad jokes...

"God is real, unless declared as an integer".

link|flag
2  
whatever floats your boat – Thomas Jun 17 at 13:00
1  
I would so kill to have that on a T-shirt. – MiffTheFox Jun 18 at 14:43
1  
Chuck Norris listens to port 65536 – Alex Brault Jul 26 at 3:09
vote up 5 vote down

< answer >writing emails which have imaginary xml in them< /answer >< snigger / >

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

When I heard a discussion on social security numbers in a movie my brain immediately started thinking on how the validation of such a numbre should be done in an application.

link|flag
vote up 4 vote down

When my wife asks me to take the dishes out of the washing machine I usually do that. As a result of me doing what she asked for she gets annoyed. Why? Because when she asks me to "take the dishes out of the washing machine" she means "pleas do that AND put new dishes in AND clean the surfaces around the sink". So programming has resulted in me processing every request quite literally.

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

When I once locked myself out of the house, I wondered why I couldn't rezrov the door.

(Zork reference)

link|flag
vote up 0 vote down

I use programming terms all the time to discuss real-life matters, including the person/computer metaphor (brain is CPU, things I'm doing are processes, etc.). It drives my fiancée crazy, and most of my family don't understand a damn thing I mean.

link|flag
vote up 10 vote down

I was sitting on the couch watching TV and my roommate at the time (also a programmer) asked me to "scroll over" so that he could sit down.

He also handed me an empty Coke can and asked me to "delete it" for him.

link|flag
1  
dont you have a garbage collector? – EricSchaefer Nov 1 '08 at 21:06
show 2 more comments
vote up 3 vote down

My father asked me write a letter and he said "300 something.." I asked him is 300 integer or a string? he gave me a blank stare :-O

Regards V

link|flag
vote up 0 vote down

I get irritated if hings are needlessly complicated (like tosters or tv sets). I also got a hump ;).

link|flag
vote up 0 vote down

I've found myself thnking ctrl+alt+del while approaching my locked main door or car sometimes...

link|flag
vote up 2 vote down

People have roles and things are objects. People can apply methods on these objects depending on their role. Ernie can drive a truck if he has a truck driving license.

link|flag
vote up 0 vote down

I always think of decisions as a conditional statement and try to find a way to short-circuit the condition to get out of the question in the first place.

I also take the world's real-life objects and imagine them as programming objects. Like a cat is an animal Cat : Animal that has 4 legs public int Legs {get;}.

link|flag
vote up 1 vote down

I find it unacceptable not being able to rollback real-world mistakes back to a previous state/revision.

Still trying to invent real-life version control repository. Time travel is not it.

link|flag
vote up 2 vote down

I try to ctrl + shift + f (Auto format in Eclipse) word documents and web pages that I don't feel are properly formatted. I feel pretty stupid when nothing happens.

link|flag
vote up 10 vote down

I celebrate Christmas eve on Oct 30.

link|flag
5  
Oct(al) 30 == Dec(imal) 24. I know, it's so bad it hurts but I can't help myself. – Niklas Jan 29 at 10:23
show 5 more comments
vote up 1 vote down

I am constantly trying to break problems down to smaller pieces. I'll have someone tell me they are having a problem with 'A' 'B' and 'C'. I ask for details about 'A', and I get their life story. That's nice, I'll say, but tell me about 'A'. Then they go off and tell me about how 'B' and 'C' are related to 'A'. Great, thanks for that information, but tell me about 'A'. Round and round we go until they tell me about 'A'.

Usually, the problem turns out to be a loose nut between the keyboard and the chair.

link|flag
show 1 more comment
vote up 8 vote down
  • I look for symmetry in GOD's best creation -- girls ;)
  • At some social gathering with non-technical people, when my friends start a debate and when more than 2 of them talk simultaneously, I start to explain them about synchronization, mutex, etc.
  • I find myself using the words "abstract" and "encapsulate" a lot
  • Whenever I go to some restaurant, I start thinking how quickly can an order be queued, served, billed, etc. instead of enjoying the food. Basic Big-O and stuff.

Everything else is already told by my fellow programmers.

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

Whenever I stand in line to pay for groceries in a shop where you have one line that splits into many checkout tills at the front, I start thinking about grid computing and load balancing algorithms and whether the shop queuing solution can be improved, or if I can improve my servers based on my shopping experience.

(It passes the time while queueing I suppose :-)

link|flag
vote up 0 vote down

After starting using a tablet pc, I started trying to Ctrl + C on paper...

link|flag
vote up 167 vote down

I've got caught out teaching my kids the three primary colours are Red, Green and Blue...

link|flag
34  
You are correct - they are the additive primaries. The subtractive primaries are magenta, yellow and cyan (NOT red, yellow and blue). – Hugh Allen Oct 11 '08 at 13:04
5  
I have and endless argument with my wife about primary colors, and she still gets confused when I talk about cyan and magenta (she thinks about them like purple and blue). – levhita Oct 23 '08 at 16:18
5  
Don't let your ignorant people make you wrongteach your kids. – Oddmund Nov 11 '08 at 3:49
23  
What, not RGBA? What about glass! – JeeBee Jan 29 at 15:52
3  
RodeClown: it's worse than you think. What we call "color" is a psycho-visual effect. It's a mix of properties of the object, the light, and the observer. – simon Apr 20 at 18:59
show 14 more comments
vote up 0 vote down

I tend to look at everything, from building design/architecture to mechanical objects to ATMs in terms of efficiency and ease of use, and will often say that "$RANDOM_OBJECT is badly designed" for the sake of making people realize things could be simpler if we really tried.

link|flag
vote up 0 vote down

I press the reset button before my girlfriend/parent has finished telling me what the problem is. Slowly they are learning to make backups. :)

link|flag
vote up 0 vote down

An irregular sleeping pattern (borderline insomnia and sleeping at the wrong time),

A less than optimal social life

A compulsion to find fault in almost everything.

A total dislike of meetings (of any length and nature).

Severe impatience with people who don't read error messages before calling in a support ticket.

link|flag
vote up 1 vote down

I have trouble having civil arguments with other people sometimes. Programming has left me with an arguing style where I rephrase my argument until the other person (the compiler) is unable to respond (print a compilation error).

Unfortunately this leaves people with the impression that I bullied them into submission rather than compromising, even when the end result is the same. It takes a conscious decision to allow ambiguity or misinterpretation in the interest of harmony.

link|flag
show 1 more comment
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.