Following this question, what real life good habits has programming given you?
|
feedback
|
closed as not constructive by Jeremy Banks ʬʬʬ, Bill the Lizard♦ Sep 20 '11 at 1:47
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
|
Being a hero doesn't mean you succeed in saving the day. It just means you tried. | |||||
feedback
|
|
Learning about and having to write algorithms make me think about ways to do things more efficiently even in a non-programming context. | ||||
|
feedback
|
|
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. | ||||
|
feedback
|
| ||||
|
feedback
|
|
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". | ||||
|
feedback
|
| ||||
|
feedback
|
|
Test-driven development, specifically, has gotten me in the habit of thinking about the desired end before I start, and focusing on outcomes rather than processes. This has helped me tremendously in many areas. General project management has helped me with prioritization and tackling large problems. Programming has helped me think more clearly about things, and less vaguely, while still giving me the ability to think about appropriate abstractions. | ||||
|
feedback
|
| ||||
|
feedback
|
|
I now use zero-based indexing when counting objects in the real world. It's great because when talking to an attractive female it turns out I have precisely zero girlfriends. | ||||
|
feedback
|
|
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. | ||||
|
feedback
|
|
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. 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. | ||||
|
feedback
|
|
No more "almost" in my life and no more troubles with my girlfriend is just try catch ñ_ñ | ||||
|
feedback
|
|
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 constantly 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. | ||||
|
feedback
|
|
It has turned me into Sherlock Holmes. I have an elevated sense of analyzing and problem-solving. | ||||
|
feedback
|
|
I allways try to see problems and difficulties in life from different angles, and break down big problems to small solvable ones if its possible. Working with a wide range of clients and know how to follow up to get most information out of what clients think they want, and what they really want and so on, have made me much better to listen to and understand people, to see their point of view and understand why they have that point of view. And in the kitchen I use allmost exactly the points usman shaheen wrote: http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you/337118#337118 | ||||
|
feedback
|
|
I was a group leader on a rather large school project lately. Memory management certainly helps in real life as well. :) | ||||
|
feedback
|
|
Over optimize almost everything, try to be perfectionist and give attention to details. | ||||
|
feedback
|
|
Programming in combination with stackoverflow (and other forums) taught me to try and word my problem in a way that somebody else can understand it. It happens often enough that I go to stackoverflow, a forum or even start typing a message on MSN to a friend, and halfway through my question I suddenly realize the answer. Thinking back I definitely have used this method in real life in the past, maybe not always by writing it down but by asking myself how I would explain the situation to (say) my girlfriend. It helps. | ||||
|
feedback
|
|
Without a step by step approach to solving real life problems, u a certainly going to miss out on something that can have greater consequences than the initial problem | ||||
|
feedback
|