Live data from Hacker News

What real life bad habits has programming given you?

stackoverflow.com

1–10 of 90 posts

Re: What real life bad habits has programming given you?

#4
I 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?

#8
post #2

I'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).
Post reply on HN