What real life bad habits has programming given you?
stackoverflow.com
What real life bad habits has programming given you?
1–10 of 90 posts
Re: What real life bad habits has programming given you?
#2I've caught myself thinking of time in complexity classes.
Eg. should I walk or drive? It doesn't matter, they're both O(n).
Re: What real life bad habits has programming given you?
#3Poor sleep habits.
Re: What real life bad habits has programming given you?
#4I treat a lot of things I shouldn't in a functional way... this begets that, and other such methodical thinking. perhaps it is more of a side effect of coming out of the zone or something, but it seems to take more and more of a conscious decision to step out of that mode... and that's hard to do with the remaining hours of the day.
Re: What real life bad habits has programming given you?
#5Not really programming but using computers in general - I tend to identify fonts in billboards and magazines, which makes my partner cringe.
Re: What real life bad habits has programming given you?
#6Constantly wondering if people mean `or' or `xor' (I mean xor)
Re: What real life bad habits has programming given you?
#7I can't think of bad habits, only positive ones; plenty of them!
(Maybe it's because I don't use a poor language?)
Re: What real life bad habits has programming given you?
#8I've caught myself thinking of time in complexity classes. Eg. should I walk or drive? It doesn't matter, they're both O(n).
When I'm driving, I'll make the decision on passing someone or not depending on whether the resultant speedup is O(1) or O(n).
Re: What real life bad habits has programming given you?
#9Constantly wondering if people mean `or' or `xor' (I mean xor)
"Lunch specials include salad or fries"
"Great, I'll have both!"
Re: What real life bad habits has programming given you?
#10A really bad case of OCD.