Tagged Questions

5
votes
19answers
307 views

What are good tasks for “not enough time to start on something big” moments?

It happens fairly frequently that I'll finish up a big project or get done with a meeting around 30-45 minutes before my time to go home. There are usually things that need to be done, but it usually …
4
votes
7answers
254 views

How much time do you spend on research / refactoring?

Staying up-to-date is essential in the programming world as new technologies / methods etc.. are so quick to arrive (and depart). So how much time do you spend doing this? Does your employer allow you …
8
votes
17answers
577 views

How do you jump start yourself to do a task that you just despise doing?

When starting a programming project, how do you jump start yourself to do a task that you just despise doing?
7
votes
12answers
738 views

How to prioritize work?

i am currently involved in two projects. Both projects I am working on have quite a number of tasks which I think are critical. I did highlight to both project managers that I may not be able to …
11
votes
11answers
988 views

Keeping Work/Personal Life Separate

OK, to cut a long story short: I recently got moved on to a project, due for release about a month ago. The project was borked. The project is still not ready for release, although the customer is …
25
votes
20answers
1k views

How do you keep a balance between working, training, health and family?

One trend I see in the awesome developers I've met, is that they devote inordinate amounts of time to coding at the expense of (usually) their health. Personally, I also find it hard to motivate …
13
votes
24answers
833 views

What do you do during a build?

At the moment I'm working on a project that has a lot of downtime. It takes 10 minutes to load the development environment, builds can take half an hour, loading the application for debugging …
3
votes
8answers
402 views

How long does it really take to do something?

I mean name off a programming project you did and how long it took, please. The boss has never complained but I sometimes feel like things take too long. But this could be because I am impatient as …
4
votes
3answers
143 views

Tips for working in a large library?

I'm currently working on a quite large library (5M lines of code, in C++ under VS2005, 1 solution and close to 100 projects). Even though we distribute compilation, and use incremental linking, …