vote up 2 vote down star
1

If any body can advice me and help me a little.

It is always difficult for me to start work on new task, but after starting work it is also difficult to finish it in estimated time.

In start I can't grab the whole idea(idea mean how to start development on assigned task e.g. window or webpage etc.) of a task or group of tasks.

If I manage to start (coding) my task, it become very difficult for me to finish it in estimated time, that does not mean I can't finish it but not in time.

BUT if I work In-between some task, it is perfectly all right. I have no difficulty to solve problems in some other developers code etc.

I never go through design patterns. Never, books like code complete etc.

Any suggestion.

flag
How long have you been programming? I ask because self-motivation is something most people struggle with initially but find their own way to overcome this. On the in-between task I question if you are estimating time and if in that case it is easier than estimating something in the beginning. – JB King Nov 3 at 0:09
Problem is not self motivation. Problem is grabbing the whole thing, problem is not in coding, today I am coding from the last 24 hours (of course I am getting little break too). Problem is how to start rolling the stone. In-between it is very easy estimating time and working. It is because in-between i have a foundation to code on. I am unable to lay this foundation myself. – unknown (yahoo) Nov 3 at 0:40

2 Answers

vote up 6 vote down

Ok it seems like you are good at procrastinating. What would make your tasks easier is to:

  1. break them down in smaller chunks.
  2. Focus on those chunks completely
  3. make sure you don't get distracted
  4. if you are not focussing on the main task try and eliminate the reasons why.
  5. set smaller targets and reward yourself withh little breaks
  6. note down the achievements you've made (no matter how small)

This is all covered by the Pomodoro Technique

link|flag
In fact I am best at procrastinating. I am sick of this habit, BUT!!!! – unknown (yahoo) Nov 3 at 5:09
vote up 3 vote down

Extreme programming. The regular style of programming is that you make a detailed plan and carry it out step by step. This can get tiresome, and often, all you end up with is a plan without any actual code. That's completely useless.. In Extreme Programming, you simply start coding. Just add in what you know you're going to need and make them work together. Get pieces of it to work and get them to work right. Don't build the whole thing and then put it together at the end. Seeing the program compile right and run successfully to do that little piece successfully is a morale booster that'll help you keep coding.

There's a really good video on it here: http://www.youtube.com/watch?v=XP4o0ArkP4s&feature=player%5Fembedded

link|flag

Your Answer

Get an OpenID
or

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