Ways to prepare your mind before coding? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T23:09:51Z http://stackoverflow.com/feeds/question/140774 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding 23 Ways to prepare your mind before coding? kmilo 2008-09-26T17:23:05Z 2009-07-20T23:31:30Z <p>Coding is a very attention consuming exercise, how do you prepare yourself to begin a good coding session?</p> <p>I use to be more calm and ready to think in a useful way after reading some insightful new posts from my rss reader.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140788#140788 1 Answer by Brian Knoblauch for Ways to prepare your mind before coding? Brian Knoblauch 2008-09-26T17:25:21Z 2008-09-26T17:25:21Z <p>I don't code well when calm. Downing a Code Red or 2 gets me going so I can code.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140790#140790 4 Answer by jop for Ways to prepare your mind before coding? jop 2008-09-26T17:25:38Z 2008-09-26T17:25:38Z <p>I listen to music. Classical guitars.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140791#140791 2 Answer by Wes P for Ways to prepare your mind before coding? Wes P 2008-09-26T17:25:38Z 2008-09-26T17:25:38Z <p>I find listening to remixed video game music a good way to slip me into the programming mind set. <a href="http://ocremix.org/" rel="nofollow">http://ocremix.org/</a></p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140797#140797 2 Answer by mrinject for Ways to prepare your mind before coding? mrinject 2008-09-26T17:27:03Z 2008-09-26T17:27:03Z <p>Cup of tea.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140804#140804 2 Answer by unexist for Ways to prepare your mind before coding? unexist 2008-09-26T17:27:56Z 2008-09-26T17:27:56Z <p>I normally don't need any preparation at all. It's even hard for me to rest if I am implementing something and want to get it done.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140806#140806 0 Answer by Bob Cross for Ways to prepare your mind before coding? Bob Cross 2008-09-26T17:27:59Z 2008-09-26T17:27:59Z <p>Peace and quiet - I have been known to put on my over-the-ear headphones at work and forget to turn the music on. Even when I remember to hit play, the headphone wire also serves as a leash reminding me not to be distracted, jump up to make a vending machine run, look through my books for that one reference to that obscure thing from my ancient past....</p> <p>Basically, find a way to put the distractions away.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140807#140807 -1 Answer by Rich B for Ways to prepare your mind before coding? Rich B 2008-09-26T17:28:04Z 2009-07-20T23:31:30Z <p><a href="http://www.bose.com/controller?event=view%5Fproduct%5Fpage%5Fevent&amp;product=qc2%5Fheadphones%5Findex" rel="nofollow">Bose noise cancelling headphones</a> and <a href="http://www.pandora.com/" rel="nofollow">Pandora</a>.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140808#140808 1 Answer by Turnkey for Ways to prepare your mind before coding? Turnkey 2008-09-26T17:28:24Z 2008-09-26T17:28:24Z <p>Review the "big picture" on what you are getting ready to code, for example the user story or the use case. It helps refresh the mind on the overall task before getting lost in the nitty-gritty details.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140809#140809 67 Answer by OregonGhost for Ways to prepare your mind before coding? OregonGhost 2008-09-26T17:28:29Z 2008-09-26T17:28:29Z <p>I refer to the following citation, which is hanging on my office wall at work:</p> <blockquote> <p>Mostly, when you see programmers, they aren't doing anything. One of the attractive things about programmers is that you cannot tell whether or not they are working simply by looking at them. Very often they're sitting there seemingly drinking coffee and gossiping, or just staring into space. What the programmer is trying to do is get a handle on all the individual and unrelated ideas that are scampering around in his head. (Charles M Strauss)</p> </blockquote> <p>Actually, I don't prepare for coding. Have a good breakfast in the morning, some coffee, begin the day with browsing my favorite websites and then start coding, maybe with some music, maybe with some audiobook, maybe calm, and don't trick yourself into believing you must be coding without a break. Take the time you need, relax, and don't forget that ten seconds of thinking can save you ten hours of bugfixing.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140855#140855 3 Answer by MattW. for Ways to prepare your mind before coding? MattW. 2008-09-26T17:37:56Z 2008-09-26T17:37:56Z <p>Exercise helps tremendously. </p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140857#140857 0 Answer by Pete Karl II for Ways to prepare your mind before coding? Pete Karl II 2008-09-26T17:38:12Z 2008-09-26T17:38:12Z <p><strong>The quick, short answer</strong>: <em>if you think like a coder/programmer, you'll be more likely to succeed as one</em></p> <p><strong>The longer answer</strong>: Have you heard of 'Blink' by Malcolm Gladwell? He brings up an experiment in that book that's relevant here.</p> <p>It involves the subconscious attention we pay to information we're interacting with, and the effect it has on how we act.</p> <p>In his example, there were a series of students divided into two sets. One set took a test that consisted first of profile questions (age, height, etc.), followed by math questions.</p> <p>The 2nd set of students had a similar test, except their profile questions included queries about race and gender. According to the analysis, these questions subconsciously reinforced stereotypes about test performance and intelligence, causing the test results to sway noticeably lower than the first group.</p> <p>This may not have been an answer so much as a pleasant and mildly relevant anecdote from a book about thinking. :D</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140871#140871 0 Answer by Gustavo Carreno for Ways to prepare your mind before coding? Gustavo Carreno 2008-09-26T17:40:12Z 2008-09-26T17:40:12Z <p>I'll start with a good read on my RSS reader and then just phase me into the challenges.</p> <p>Most of the times I just have to spend a little time looking at the wall to think of how I can turn a boring task into a challenge, and there I go.</p> <p>Most often anything just trickles my "interest buds" and I just have to spill it out.</p> <p>And the last thing: Radio, streamed or air waves. I have to listen to Radio. The music keeps me focused and it will help me do breaks, like when the DJ talks about something interesting. Otherwise I'll be distracted by the Radio being silent, since ambient noise really does not affect me on a conscientious level.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140917#140917 8 Answer by loudej for Ways to prepare your mind before coding? loudej 2008-09-26T17:47:49Z 2008-09-26T17:47:49Z <p>First, if you expect to accomplish anything significant make sure you can have the next several hours potentially uninterrupted. There's nothing more destructive to a productive mind frame than getting up every twenty minutes to take out the garbage, grab lunch, answer the phone, drive to the pharmacy, etc. Getting your tea, coffee, music, and snack prepared before you start is a good idea so you don't interrupt yourself.</p> <p>Second, select the task you fear the most and plan to do that one next. I've found if I put off items which seem difficult on the surface it negatively affects my mindset. They can seem to grow into a dark cloud on the horizon, but if you address them early you can turn a mountain into a molehill. Sketch out some ideas for that task on a pad, make a short list any todo bullets which can be individually crossed off, and jump on the keyboard with the simplest possible assumptions. Having a micro-plan and a sense of incremental progress always helps avoid engineering despair.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140950#140950 2 Answer by Matt Pascoe for Ways to prepare your mind before coding? Matt Pascoe 2008-09-26T17:53:27Z 2008-09-26T17:53:27Z <p>I honestly try to start and end my day trying to take care of any distractions that may get in the way of coding. Like in the morning before I start, I take care of all my emails, quick browse through my daily sites, ask any nagging questions about the code I had from the day before, etc. My morning things can usually be taken care of in a half hour to an hour. At night when I get done I try to take care of the larger distraction, larger being they take more time. One distraction I have is TV shows that I can watch on the Internet, so at night I watch them. This way I am not tempted to watch them while working.</p> <p>Once you get rid of the distractions get a pop or coffee, a bag of chips or candy, put the tunes on, and start rolling out the code.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/140991#140991 2 Answer by Maitus for Ways to prepare your mind before coding? Maitus 2008-09-26T17:58:03Z 2008-09-26T17:58:03Z <p>Envision the green bar! You gotta love seeing that green bar, right? </p> <p>That gets me excited to write my first test case, and tests should be written before code, right?</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/141042#141042 2 Answer by slim for Ways to prepare your mind before coding? slim 2008-09-26T18:08:37Z 2008-09-26T18:08:37Z <p>By designing.</p> <p>If you write a line of code before your design is more or less clear to you - be it just in your head, in scrappy notes, whiteboard UML, Visio UML, or a big-ass design document - then it's likely to be worse code for it.</p> <p>If you know what you're going to code before you code it, the rest should be easy.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/141054#141054 10 Answer by Ólafur Waage for Ways to prepare your mind before coding? Ólafur Waage 2008-09-26T18:11:49Z 2008-09-26T18:11:49Z <p>For me i read code, that is either very sad and/or beneficial because when i read code i get ideas and think of what i have done and how to better myself the next time i code.</p> <p>When i do that and start coding, i have a mindset of bettering myself each time.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/141161#141161 5 Answer by Paul Stephenson for Ways to prepare your mind before coding? Paul Stephenson 2008-09-26T18:33:45Z 2008-09-26T18:33:45Z <p>If I <em>really</em> want to get something done:</p> <ul> <li>Close down email.</li> <li>Close down web browsers, especially the one permanently on the stackoverflow home page.</li> <li>Close down any application that moves on screen by itself (animated images or auto-refreshing stats, say).</li> <li>Clear my physical desktop: remove the piles of papers that have been accumulating for the last few months.</li> <li>Take a deep breath.</li> </ul> <p>The aim is to remove clutter and possible sources of distractions.</p> <p>If I <em>really, <strong>really</em></strong> want to get something done, also:</p> <ul> <li>Email my colleagues asking them not to disturb me (before shutting down the app!).</li> <li>Put my phone on Do Not Disturb.</li> </ul> <p>Luckily my (open plan) office is fairly quiet, otherwise I'd have to consider noise-reducing headphones too.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/141176#141176 1 Answer by catfood for Ways to prepare your mind before coding? catfood 2008-09-26T18:36:24Z 2008-09-26T18:36:24Z <p>A little bit of internal conversation can help.</p> <ul> <li>How am I feeling right now?</li> <li>Is that okay?</li> <li>Is there anything I need for comfort or concentration?</li> </ul> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/161941#161941 3 Answer by pookleblinky for Ways to prepare your mind before coding? pookleblinky 2008-10-02T12:09:02Z 2008-10-02T12:09:02Z <p>I usually start a programming session with a fresh pack of cigarettes,empty ashtray, a full pot of coffee in a carafe on my desk. I make sure my playlist is all mapped out (no surprising Rob Zombie suddenly popping out of the midst of Paganini, or vice versa), and clear at least two workspaces of all clutter.</p> <p>Right before coding, I write a little summary of what exactly I'm trying to do, so I don't wander off and spend valuable time working on tangents (despite what I'd like to think, unlike Stallman my tangents are unlikely to ever become Necessary Tools).</p> <p>If I still get code-block, I find it unusually helpful to go to pastecode and play around cleaning up code I find there. You're guaranteed to find a couple snippets of horrid code that, with a few clickety-clacks, will boost your confidence and ease you into the right mindset.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/161957#161957 6 Answer by Unsliced for Ways to prepare your mind before coding? Unsliced 2008-10-02T12:13:05Z 2008-10-02T12:13:05Z <p>Prepare for the next session but ending the previous one properly. Note things down that you still need to work one, targets for the next session, tests you need to write, liberal use of TODO messages in your code. </p> <p>If you have a decent ideas of where to go with the next day's work before you start, that will make you more productive. If the first 10-15 minutes is completing some tasks and doing good - not rooting around and picking up the pieces - you'll feel better and more confident and less in need of distraction and a reset. </p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/161964#161964 2 Answer by leppie for Ways to prepare your mind before coding? leppie 2008-10-02T12:15:24Z 2008-10-02T12:15:24Z <p>Personally, I try to completely visualize the problem and the solution in my head. Then once I am satisfied, I will write the code once, and correctly.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/786824#786824 1 Answer by Robert Gowland for Ways to prepare your mind before coding? Robert Gowland 2009-04-24T17:22:28Z 2009-04-24T17:22:28Z <p>I start by making a check-list of specific changes I am going to make during that coding session, then check them off as I complete them.</p> http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding/786975#786975 0 Answer by aron for Ways to prepare your mind before coding? aron 2009-04-24T18:08:44Z 2009-04-24T18:08:44Z <p>I think it's really valuable to have an itch. I guess many of those who read here knows that feeling. When a thought is firmly planted in your mind's front porch. Even common every day situations seems to be valuable input to your thought process. Taking a shower, going to the store etc. How to make it start itching... brainwashing helps me. =) Something else that I've discovered can be severly disrupting is annoyances in the private life like having an argument with one of your loved ones or the like. It really sucks mental resources from you in a devious way. Try to clear such stuff out of your mind if you can. </p>