vote up 22 vote down star
25

Coding is a very attention consuming exercise, how do you prepare yourself to begin a good coding session?

I use to be more calm and ready to think in a useful way after reading some insightful new posts from my rss reader.

flag

24 Answers

vote up 67 vote down check

I refer to the following citation, which is hanging on my office wall at work:

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)

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.

link|flag
12  
It's very hard to suppress the feeling that you should be hacking away code. But having a clear mind is #1 priority while coding. Very good answer! – Tigraine Dec 3 '08 at 14:48
very will written and good qoute. – The real napster Apr 25 at 14:52
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
vote up 6 vote down

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.

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.

link|flag
vote up 3 vote down

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.

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).

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.

link|flag
vote up 1 vote down

A little bit of internal conversation can help.

  • How am I feeling right now?
  • Is that okay?
  • Is there anything I need for comfort or concentration?
link|flag
vote up 5 vote down

If I really want to get something done:

  • Close down email.
  • Close down web browsers, especially the one permanently on the stackoverflow home page.
  • Close down any application that moves on screen by itself (animated images or auto-refreshing stats, say).
  • Clear my physical desktop: remove the piles of papers that have been accumulating for the last few months.
  • Take a deep breath.

The aim is to remove clutter and possible sources of distractions.

If I really, really want to get something done, also:

  • Email my colleagues asking them not to disturb me (before shutting down the app!).
  • Put my phone on Do Not Disturb.

Luckily my (open plan) office is fairly quiet, otherwise I'd have to consider noise-reducing headphones too.

link|flag
vote up 10 vote down

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.

When i do that and start coding, i have a mindset of bettering myself each time.

link|flag
4  
that sounds interesting and quite smart. I should try this one. – dr. evil Apr 24 at 8:47
vote up 2 vote down

By designing.

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.

If you know what you're going to code before you code it, the rest should be easy.

link|flag
vote up 2 vote down

Envision the green bar! You gotta love seeing that green bar, right?

That gets me excited to write my first test case, and tests should be written before code, right?

link|flag
vote up 2 vote down

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.

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.

link|flag
bag of chips? ffs.. – Click Upvote Apr 29 at 6:28
vote up 8 vote down

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.

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.

link|flag
vote up 0 vote down

I'll start with a good read on my RSS reader and then just phase me into the challenges.

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.

Most often anything just trickles my "interest buds" and I just have to spill it out.

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.

link|flag
vote up 0 vote down

The quick, short answer: if you think like a coder/programmer, you'll be more likely to succeed as one

The longer answer: Have you heard of 'Blink' by Malcolm Gladwell? He brings up an experiment in that book that's relevant here.

It involves the subconscious attention we pay to information we're interacting with, and the effect it has on how we act.

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.

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.

This may not have been an answer so much as a pleasant and mildly relevant anecdote from a book about thinking. :D

link|flag
vote up 3 vote down

Exercise helps tremendously.

link|flag
vote up 1 vote down

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.

link|flag
vote up -1 vote down

Bose noise cancelling headphones and Pandora.

link|flag
Too bad that Pandora doesn't work outside of U.S. – unexist Sep 26 '08 at 17:31
It does if you fake your area code (90210) – Ross Anderson Oct 2 '08 at 12:29
1  
I don't see why this warrants a downvote. I have a good pair of Bose headphones (not noise-cancelling, though) and have created quite a wonderful Symphonic Metal station for myself. It, in conjunction with a little motivation, does wonders for productivity. +1 – Mike Jul 7 at 2:28
@Mike: Don't take it personally, I don't. I get lots of serial down votes, they have nothing to do with the content of my posts. – Rich B Jul 7 at 11:52
6  
@RichB: You also seem to do some serial downvoting yourself... – tim Jul 15 at 19:35
vote up 0 vote down

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....

Basically, find a way to put the distractions away.

link|flag
vote up 2 vote down

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.

link|flag
vote up 2 vote down

Cup of tea.

link|flag
vote up 2 vote down

I find listening to remixed video game music a good way to slip me into the programming mind set. http://ocremix.org/

link|flag
1  
Game music is great because it usually doesn't have lyrics (less distraction) and is often very rhythmic... I listen to game music all day when I'm coding. – Keithius Sep 26 '08 at 18:46
vote up 4 vote down

I listen to music. Classical guitars.

link|flag
vote up 1 vote down

I don't code well when calm. Downing a Code Red or 2 gets me going so I can code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.