What real life good habits has programming given you? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-08T19:30:13Z http://stackoverflow.com/feeds/question/168805 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you 11 What real life good habits has programming given you? Luca 2008-10-03T20:43:08Z 2009-07-09T00:21:17Z <p>Following <a href="http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you">this question</a>, what real life good habits has programming given you?</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168809#168809 0 Answer by Kevin Fairchild for What real life good habits has programming given you? Kevin Fairchild 2008-10-03T20:43:52Z 2008-10-03T20:43:52Z <p>Coming up with ways around issues</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168816#168816 5 Answer by Maxim for What real life good habits has programming given you? Maxim 2008-10-03T20:44:45Z 2008-10-03T20:44:45Z <p>Always search on Google if you can't find it.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168819#168819 18 Answer by Mil for What real life good habits has programming given you? Mil 2008-10-03T20:45:21Z 2008-10-03T20:45:21Z <p>Solving problems in small steps and not in one maybe overwhelming attempt which never gets finished.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168821#168821 3 Answer by Gabriel Isenberg for What real life good habits has programming given you? Gabriel Isenberg 2008-10-03T20:45:25Z 2008-10-03T20:45:25Z <p>Effective requirements gathering.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168825#168825 2 Answer by Ferruccio for What real life good habits has programming given you? Ferruccio 2008-10-03T20:46:54Z 2008-10-03T20:46:54Z <p>Paying careful attention to details.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168828#168828 3 Answer by StingyJack for What real life good habits has programming given you? StingyJack 2008-10-03T20:47:34Z 2008-10-03T20:47:34Z <p>asking others (irritating) follow up questions.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168829#168829 32 Answer by Brett McCann for What real life good habits has programming given you? Brett McCann 2008-10-03T20:47:45Z 2008-12-03T13:39:38Z <p>Well to be a successful developer, you have to think about the problem before you try to solve it. I've taken this approach to projects around the house, and have found that doing the proper research, you can learn how to do many tasks, that might have previously seemed daunting. I applied this lesson to carpentry, and have done some room additions, I wouldn't have thought possible. Programming also requires attention to detail, and that is also a good trait to carry over into other aspects of your life.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168835#168835 1 Answer by Firas for What real life good habits has programming given you? Firas 2008-10-03T20:48:04Z 2008-10-03T20:48:04Z <p>Introduced me to useful steps in solving any problem, using divide and conquer, abstraction, etc. They work in real life too!</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168836#168836 5 Answer by JaredPar for What real life good habits has programming given you? JaredPar 2008-10-03T20:48:49Z 2008-10-03T20:48:49Z <p>Pragmatic Paranoia</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168880#168880 6 Answer by Steven A. Lowe for What real life good habits has programming given you? Steven A. Lowe 2008-10-03T20:58:22Z 2008-10-03T20:58:22Z <p>i always take out the trash when i'm out of space ;-)</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168885#168885 6 Answer by Optimal Solutions for What real life good habits has programming given you? Optimal Solutions 2008-10-03T21:00:27Z 2008-10-03T21:00:27Z <p>I tend to think, before acting.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168919#168919 1 Answer by Christopher Klein for What real life good habits has programming given you? Christopher Klein 2008-10-03T21:07:52Z 2008-10-03T21:07:52Z <p>Being a hero doesn't mean you succeed in saving the day. It just means you tried.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/168987#168987 4 Answer by mliesen for What real life good habits has programming given you? mliesen 2008-10-03T21:32:06Z 2008-10-03T21:32:06Z <p>I use merge sort whenever I got a big pile of stuff that needs to be sorted. </p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169003#169003 8 Answer by ΤΖΩΤΖΙΟΥ for What real life good habits has programming given you? ΤΖΩΤΖΙΟΥ 2008-10-03T21:39:54Z 2008-10-03T21:39:54Z <p>Breaking tasks into smaller, more manageable steps, scheduling those steps with possible concurrency in mind ("honey, can't you change the diapers while I'm preparing meal?").</p> <p>Also, I've learned that all information storage and retrieval must be handy when needed, so there are notebooks in various parts of the house for all practical purposes (kitchen: "I should buy that", phone: "write down that number" etc), and the written pages are all gathered in a specific place where they can be found.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169017#169017 2 Answer by Michael McCarty for What real life good habits has programming given you? Michael McCarty 2008-10-03T21:43:56Z 2008-10-03T21:43:56Z <p>I have a comment about everything</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169042#169042 1 Answer by blizpasta for What real life good habits has programming given you? blizpasta 2008-10-03T21:52:16Z 2008-10-03T21:52:16Z <p>Learning about and having to write algorithms make me think about ways to do things more efficiently even in a non-programming context.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169066#169066 16 Answer by ΤΖΩΤΖΙΟΥ for What real life good habits has programming given you? ΤΖΩΤΖΙΟΥ 2008-10-03T22:01:11Z 2008-11-12T02:29:09Z <p>This is not a habit, however it's a real life example of practical implementation of computer theory (thanks, Don K, for the great books you've written :)</p> <p>Army service (there are countries where it is obligatory, you know), and I and a mate are faced with ~1200 soldier cards that must be sorted by yesterday by captain's orders. Thankfully, the key was a 6-digit number. The mate was worried how long it would take, but I had Vol.2 fresh in my mind :)</p> <p>So I made ten stacks for digits 0-9, and I divided the cards based on the <em>last</em> digit. Packed them, repeated for the <em>second-to-last</em> digit. And so on.</p> <p>The procedure took about 30 minutes with a steady pace, and then we sat and had a relaxed, calm time. Obviously (for everyone who's been in an army), when the captain dropped by about 4 hours later ready to start shouting, we said, "oh, we <em>just</em> finished."</p> <p>(Community wiki because even if you like it, I wouldn't deserve the rep)</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169085#169085 0 Answer by Serik for What real life good habits has programming given you? Serik 2008-10-03T22:10:06Z 2008-10-03T22:10:06Z <p>Being practitioner. Learning through doing things. Learning most of things in practice. Reading theory won't give much knowdle as actually doing that thing in practice. In other areas of life this helps me much IMO.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169172#169172 43 Answer by Robert Rossney for What real life good habits has programming given you? Robert Rossney 2008-10-03T22:38:42Z 2008-10-03T22:38:42Z <p>I no longer equate <em>thinking</em> I'm right about something with actually <em>being</em> right about it. </p> <p>It's now very easy for me to entertain the thought that I may be wrong even when I feel pretty strongly that I'm right. Even if I've been quite forceful about something I believe, I'm able to back down very quickly in the face of contradicting evidence. I have no embarrassment about admitting that I was wrong about something.</p> <p>That all came from decades of working in a discipline that mercilessly proves you to be mistaken a dozen times a day, but that also requires you to believe you're right if you're going to make any progress at all.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169297#169297 5 Answer by Declan Shanaghy for What real life good habits has programming given you? Declan Shanaghy 2008-10-03T23:23:06Z 2008-10-03T23:23:06Z <p>I think the 2 biggest life skills I've developed are </p> <p>1 - Problem solving</p> <p>When faced with a situaition/problem i analyze my options and the pros/cons that go along with each. In the end I select the options which work best for all parties involved in "The Plan"</p> <p>2 - flexibility.</p> <p>The ability to change "The Plan" on the fly and without a fuss when a certain aspect of it fails.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/169313#169313 4 Answer by Chris for What real life good habits has programming given you? Chris 2008-10-03T23:29:55Z 2008-10-03T23:29:55Z <p>Tackle life's challenges in iterations. In other words, tackle problems one step at a time; doing something is always better than doing nothing.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/181174#181174 8 Answer by Cristián Romo for What real life good habits has programming given you? Cristián Romo 2008-10-08T02:55:32Z 2008-10-08T02:55:32Z <p>The ability to give instructions or present ideas in a clear, precise manner. It's pretty rare nowadays that I can't explain almost exactly what I mean.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/278639#278639 1 Answer by Steffan James for What real life good habits has programming given you? Steffan James 2008-11-10T17:54:01Z 2008-11-10T17:54:01Z <p>I tend to focus too much. I sometimes blank out, people have been unable to awake me. Then all of a sudden, I break out of it, having achieved what I want.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/278678#278678 5 Answer by ParseTheData for What real life good habits has programming given you? ParseTheData 2008-11-10T18:09:11Z 2008-11-10T18:09:11Z <p>I'd have to say that I think more carefully than I did before, it actually encourages me to see how things work in real life, whether it be programming, nature or sports! It opened my mind to these things and I think it is really paying off; in short programming has made me more curious, without a doubt.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/282833#282833 7 Answer by EnderMB for What real life good habits has programming given you? EnderMB 2008-11-12T02:34:32Z 2008-11-12T02:34:32Z <p>There is one habit that programming teaches a person that many fields struggle to carry across.</p> <h1>Friendliness!</h1> <p>I am a useless programmer, still being fairly new to the whole thing. If it were not for the help of people on this website and all across the Internet I would struggle deeply with many of the scripts and programs I have written in my time. </p> <p>This is why I hate the latest trend on StackOverflow of users leaving rude and impolite comments for those looking for help on simple problems or for their homework. It is of no concern what their work is for, only that they need help and that if I were in their position I would really appreciate some guidance.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/282852#282852 2 Answer by wasker for What real life good habits has programming given you? wasker 2008-11-12T02:48:08Z 2008-11-12T02:48:08Z <p>Optimization! Try to find to cut the time spent on cleaning or laundry.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/333582#333582 0 Answer by glenatron for What real life good habits has programming given you? glenatron 2008-12-02T10:33:59Z 2008-12-02T10:33:59Z <p>Problem analysis has been a big one- breaking the big problem into smaller ones, eliminate variables wherever possible- I use all of this the whole time in my horsemanship and in pretty much every other facet of my life.</p> <p>Also I've become much more aware of the value of creating tools to support a project rather than just focussing on the project itself and the value of maybe paying for something that will make the work I need to do a lot easier.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/333742#333742 1 Answer by jpastuszek for What real life good habits has programming given you? jpastuszek 2008-12-02T11:59:26Z 2008-12-02T11:59:26Z <p>Logical and calm approach to real live problems. Also I tend to optimize things I do like shopping or even how I park my bike. Also I like to keep things in order so I don't waste time later on.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/334724#334724 0 Answer by Rulas for What real life good habits has programming given you? Rulas 2008-12-02T17:14:10Z 2008-12-02T17:14:10Z <p>No more "almost" in my life and no more troubles with my girlfriend is just try catch ñ_ñ</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/335532#335532 2 Answer by Paul D. Waite for What real life good habits has programming given you? Paul D. Waite 2008-12-02T21:31:14Z 2008-12-02T21:31:14Z <p>Prioritising problems. Programming can be an exercise in creating solutions to non-existent problems, but as I’m not much of a programmer I think I’ve got pretty good at spotting the problems that are worth solving.</p> <p>Unfortunately, they don’t always match up with the things that clients ask for :)</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/337118#337118 0 Answer by usman shaheen for What real life good habits has programming given you? usman shaheen 2008-12-03T13:35:42Z 2008-12-03T13:35:42Z <ol> <li>think before start doing anything</li> <li>optimization</li> <li>start to do multiple tasks in parallel </li> <li>attention to detail</li> <li>google/research before solve a problem</li> </ol> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/337291#337291 1 Answer by Robert for What real life good habits has programming given you? Robert 2008-12-03T14:29:47Z 2008-12-03T14:29:47Z <p>I now tend to think of everything as objects so now when my wife throws an exception I simply catch it and deal with it and move on.</p> <p>Sometimes though it's an exception I wasn't expecting which is the nature of exceptions after all. Life simply stops working until I go over the same ground again and again looking for the previous erroneous statement which the debugger (in this case my wife) is unable to accurately express. The replies I receieve often leads me up the garden path and around the trees until I spot my mistake and correct it and try again.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/568159#568159 0 Answer by Steven Surowiec for What real life good habits has programming given you? Steven Surowiec 2009-02-20T03:20:22Z 2009-02-20T03:20:22Z <p>For me the opposite of this is true. Programming has brought very few good habits to my everyday life. But my every day life is <strong>constantly</strong> bringing good (and sometimes bad) habits to my programming. For example, I used to be the worst programmer in the world when it came to comments. I found it was largely because I tend to be a very unorganized person, but as soon as I forced myself to be more organized in my every day life (taking better care of the bills, keeping the house, especially my desk, clean) the benefits to my code were noticeable immediately.</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/568181#568181 0 Answer by TokenMacGuy for What real life good habits has programming given you? TokenMacGuy 2009-02-20T03:32:17Z 2009-02-20T03:32:17Z <p>I'm not sure it affects my daily life in this way, but it gives me a vocabulary. I look at the way my boss uses his computer. He seems to be an event consumer. He watches the screen until it enters a state where it is waiting for him to respond, then he provides the requested data. His work gets done deterministically in the order it is started (He uses a priority queue.) He's got one big mutex, and if its locked, well, you can try again later.</p> <p>I am an event producer. I fill the computers buffers with requests to process as quickly as i think of them. If one consumer becomes full, I'll asynchronously continue to add requests to other consumers. Work gets completed, but not in any particular order. My interrupt handling routines are a bit buggy, so sometimes, when work gets added, the current process segfaults.</p> <p>This gives rise to one of our most frequent conversations "How are you working with so many programs open?" (him) and "How do you get anything done with just one program open?" (me)</p> http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/1101244#1101244 0 Answer by Jonathan Deamer for What real life good habits has programming given you? Jonathan Deamer 2009-07-09T00:21:17Z 2009-07-09T00:21:17Z <p>Using the correct terminology when talking about a technical field, or at least to someone who's specialized in a certain area. eg. it's not a "suspension shock absorber thing", it's a "beam axle".</p>