I doubt this is a problem for the kids but I started in early BASIC and used goto an awful lot!
What real life bad habits has programming given you?
81–90 of 90 posts
Re: What real life bad habits has programming given you?
#82I keep a lot of things sorted. For example, my wallet's money is always sorted. With multiple denominations of bills, the insertions aren't O(1) when I'm in line if you know what I mean.
Re: What real life bad habits has programming given you?
#83what can i say? i lather, rinse, repeat. lather, rinse, repeat. lather, rinse, repeat. lather, rinse, repeat. lather, rinse, repeat... showers take a while
Re: What real life bad habits has programming given you?
#84life has taught me 1+1 = 4-2 = 3-1 = 5-3 = 2 and so on.
Re: What real life bad habits has programming given you?
#85Two stick out: 1. Answering questions fairly literally. a. "Did you like the salad?" "No, I did not." b. "Would you like to go to the fine art museum with me and 4 of my friends on Friday night?" "No, I would not like that." c. Note that I can escape from this pattern only when it's extremely obvious the truthful answer is a bad one. "Do these jeans make my ass look fat?" "I don't think it's the jeans..." I can avoid…
There could be a correlation between programming and the habits you've pointed out but correlation does not imply causation.
Re: What real life bad habits has programming given you?
#862- using too much technical jargons in my discussions (switch, multitask, exception, stack etc)
3- finding bugs in almost everything. tv shows, movies, direction, games, house architecture, roads, street lamps you name it
4- getting frustrated in social gatherings, thinking "Why are all these people talking about so stupid things?" or "why dont they just get to the point?"
5- guessing what people are gonna say or do and preempt them in their discussions/actions
Re: What real life bad habits has programming given you?
#87Re: What real life bad habits has programming given you?
#88Re: What real life bad habits has programming given you?
#89When I count things (in the real world), I now have a bad habit of starting a zero. "How many floors on that building?" "Let's see, 0, 1, 2... oh wait..."
Fence-post error. Are you counting the floors themselves or the distance from the ground?
Re: What real life bad habits has programming given you?
#90Two stick out: 1. Answering questions fairly literally. a. "Did you like the salad?" "No, I did not." b. "Would you like to go to the fine art museum with me and 4 of my friends on Friday night?" "No, I would not like that." c. Note that I can escape from this pattern only when it's extremely obvious the truthful answer is a bad one. "Do these jeans make my ass look fat?" "I don't think it's the jeans..." I can avoid…
When it comes to responding to questions, I'm pretty sure this just makes me look rude. When asked about the salad or museum, I'd just reply "No." About the phone number: "Yes" (then I'd look it up in my phone). For the gloves: "Yes" (I tend to remember stuff like that). All the rest just seems extraneous and time-consuming to say, especially when it can be inferred by the listener if they would just think it through.