Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Time Estimation

Name: Anonymous 2009-04-12 20:04

I need help.

I keep underestimating the time required to do a programming task at work.  can anyone give me tips on how to better my time estimation?

Name: Anonymous 2009-04-14 10:54

function timeEstimate(d){
  var daysInAMonth = 30;
  d *= 2;
  if(d < 7){
    d *= daysInAMonth
  }
  return d;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List