Questions tagged [time-management]

Time management is the act or process of planning and exercising conscious control over the amount of time spent on specific activities, especially to increase effectiveness, efficiency or productivity.

54 questions
40
votes
8 answers

Becoming the most efficient one-man team

Like many here, I am a one-man development team. I'm responsible for everything from gathering project requirements, designing concept-screens, planning and developing databases, and writing all code. Being a one-man team is nice, but has its…
Sampson
  • 251,934
  • 70
  • 517
  • 549
32
votes
15 answers

How to Deal with chronic time issues?

I have a developer on my staff that chronically overshoots deadlines, and estimates. On several projects the last week or two everyday I hear "It should be done by the end of the day". This developer does good work. I have already spoke to him about…
J.J.
  • 4,630
  • 1
  • 21
  • 29
31
votes
9 answers

What's the best way to synchronize times to millisecond accuracy AND precision between machines?

From what I understand, the crystals on PC's are notorious for clock skew. If clocks are always skewing, what is the best way to synchronize clocks between machines with millisecond accuracy and precision? From what I've found, NTP and PTP are…
PiNoYBoY82
  • 1,540
  • 2
  • 13
  • 17
28
votes
9 answers

How much of your work day is spent coding?

I've been thinking about software estimation lately, and I have a bunch of questions around time spent coding. I'm curious to hear from people who have had at least a couple years of experience developing software. When you have to estimate the…
Brad Wilson
  • 61,606
  • 8
  • 70
  • 82
22
votes
22 answers

What are the biggest time wasters for learning programming?

I've had several false starts in the past with teaching myself how to program. I've worked through several books (mostly C and Python), and end up just learning the syntax without feeling as though I could sit down and actually write a program for…
user49698
  • 231
  • 2
  • 5
21
votes
9 answers

What is a good project management software for many small projects?

I work at a smallish web agency (3 programmers, 2 project managers), we mostly make sites for marketing campaigns and also some larger sites. Most of our projects are a week, maybe two, in development. The majority of projects are only worked on by…
grapefrukt
  • 26,815
  • 4
  • 46
  • 71
21
votes
6 answers

Do you have "Slack" time?

The CodePlex team has a Slack time policy, and it's worked out very well for them. Jim Newkirk and myself used it to work on the xUnit.net project. Jonathan Wanagel used it to work on SvnBridge. Scott Densmore and myself used it to work on an…
Brad Wilson
  • 61,606
  • 8
  • 70
  • 82
20
votes
6 answers

Calculating Project Programming Times

As a lead developer I often get handed specifications for a new project, and get asked how long it'll take to complete the programming side of the work involved, in terms of hours. I was just wondering how other developers calculate these times…
Curt
  • 94,964
  • 60
  • 257
  • 340
18
votes
18 answers

How do you find time for improving your programming skills?

I'm a Java/J2ee programmer working in India. I'm very passionate about programming and I constantly strive to hone my programming skills by reading blogs, solving Project euler questions, learning new technologies, developing small apps etc;. But I…
Snehal
  • 6,180
  • 2
  • 30
  • 39
18
votes
28 answers

Recommended Web Based Time/Task Management Solution For Personal Use?

I know this is less programming related and more time management related, but I value the feedback of the users on this site. I'm finding myself particularly busy this semester, managing various tasks and timelines between work and school. Further,…
ccook
  • 5,682
  • 5
  • 51
  • 81
16
votes
30 answers

Time management tricks, tools & tips

Working with software day-to-day usually means you have to juggle project work, meetings, calls and other interrupts. What single technique, trick, or tool do you find most useful in managing your time? How do you stay focused? What is your single…
11
votes
15 answers

What do you write in your log book?

Everywhere I've worked, programmers carry about a ruled A4 hard-back note book. To avoid attracting attention, I dutifully carry one also, and once or twice in every meeting I nod sagely and pretend to write down something interesting. …
fizzer
  • 12,963
  • 8
  • 37
  • 60
9
votes
2 answers

Cross platform keylogger

I'm looking for ways to watch mouse and keyboard events on Windows, Linux and Mac from Python. My application is a time tracker. I'm not looking into the event, I just record the time when it happens. If there are no events for a certain time, say…
Aaron Digulla
  • 297,790
  • 101
  • 558
  • 777
9
votes
14 answers

Tips for programming in 5 min segments?

I have a laptop and bunch of 5 min segments throughout my day. I used to think this was simply too short a time to do 'anything'. Though with a little practice and a few minor behavioral changes (like unplugging) I have realized that I can get…
Arthur Ulfeldt
  • 87,736
  • 24
  • 197
  • 278
5
votes
12 answers

What learning habits can you suggest?

Our profession often requires deep learning; sitting down and reading, and understanding. I'm currently undergoing an exam period, and I'm looking for ways to learn more effectively. I'm not asking about what to learn, or whether to prefer blogs…
Asaf R
  • 6,580
  • 8
  • 41
  • 64
1
2 3 4