vote up 37 vote down star
25

How to utilize programmers effectively when they don’t have Enough Work?

flag
show 1 more comment

49 Answers

1 2 next
vote up 96 vote down check

Have them educate themselves. Allow them to work on experimental projects that will allow them to learn and evaluate new technologies and new methods. Unless there is actual work to be done on improving the existing code base.

link|flag
2  
+1 point for this. This will give us an opportunity to grow. – eradicus May 25 at 9:42
show 2 more comments
vote up 0 vote down
  • Have them mentor less experienced programmers in your group
  • Research new technologies and productivity tools
  • Have them pursue new/radical ideas relevant to your business
  • Send them to training
  • Have them implement a recycling program for all those cans of soda they drink. =)
link|flag
vote up 0 vote down

yes stacking boxes always ends well, but make sure they don't break a finger, finger splints and keyboards had a fight when they were younger and dont get along well...

link|flag
vote up 2 vote down

This only happens once in a blue moon so when it does the developers need to GO TO THE PUB!!!

link|flag
1  
Strongly agree with this sentiment. Make up for all the unpaid overtime they've worked in the past by letting them take some time off now. – Kristopher Johnson May 27 at 15:09
vote up 0 vote down

Let them prepare speeches about technical topics they are interested in and ask them to present the results for all others --> some other kind of education

link|flag
vote up 1 vote down

Hit the refresh button while on Stack Overflow.

link|flag
vote up 2 vote down

You should definitely send them to work at my company, there's a LOT to do.

link|flag
vote up 0 vote down

Fix bugs. There's always a list of defects that normally wait until there's some relief from deadline pressure, especially if you were short-staffed (who isn't?). Well, now's the big chance. The code base will be better, and the crew won't worry that they're all about to get fired.

This does presume, of course, that you want to keep the crew you've got.

link|flag
vote up 1 vote down

Answer questions on SO. Clearly Jon Skeet doesn't have enough work to do :-)

link|flag
vote up 2 vote down

Hire more sales people.

link|flag
vote up 0 vote down

I would ask them to create a knowledge base

link|flag
vote up 0 vote down

Telling them to make their code less buggy and shitty becasue we all make shitty software with a lot of bugs: http://www.codinghorror.com/blog/archives/000099.html

link|flag
vote up 0 vote down

The good ones would come up with suggestion themselves, would write more code, and would definitely not wait for someone to give them stuff to do.

(e.g. fix broken stuff, research new features, implement tools to help development process, implement tools other people need and so on, look at new programming languages, automate more steps in build process, improve testing, test coverage ...)

And from my past experience, developers without work to do are looking for better job that is not so boring - I don't want to imply that your company is boring but from my experience developers want to be busy, they are not interested in doing 'in the mean time' tasks, as soon as they go to work where nobody is sure what to do they will start looking for other jobs.

link|flag
vote up 3 vote down
  • Refactor
  • Consult on other projects (send them out to help other people)
  • Profile, Improve Performance of application ( procs, memory usage, e.t.c. )
  • Build in-house tools, libraries
  • Automate something (build, CI, testing)
  • Improve an Open Source project that you love and use already (re-invest in the comm.)
  • Dev days, help improve dev skills, communication, meet somewhere relaxed and talk about process/feedback/collaboration/outside pet projects e.t.c.
  • Abstract re-usable portions/components( reduce repetitious code e.t.c. )
  • Create Scaffolding for future projects
  • Test
  • Complete Enhancements
  • Upgrade frameworks, tools, 3rd party controls
  • Team build excercises ( i.e. on in-house tools/frameworks)
  • Estimate future work
  • Give people new tasks/tools/frameworks/patterns to learn and train-up juniors (now is the time!)
  • Investigate the "hot" control suites/open source projects/practices coming out, as a team are you looking into adopting something, assign someone to do a prototype and report back.
  • Documentation, Comments (lol, yes this is the absolute last )

There is always something that can be improved, refined, refactored,

link|flag
vote up 9 vote down

This question reminded me of this webcomic, title 'Not Enough Work':

http://xkcd.com/554/

alt text

link|flag
vote up 11 vote down

Excellent answers have been given here. But I may add what most of them implied :

Why don't you ask your developer what they think they could do to improve your existing softwares ?

Often, developers have great ideas but they don't have the time to implement and test them.

Examples of things I would love to do if only I had the time :

  • Build a cache for some kind of data (it would speed up things by a 50% factor, I think)
  • Create an autocompletion feature for most of the textbox of our product. I know how to do it and 3 days should be enough.
  • Keep last data typed in every textbox and allow the users to use them with 1 click (they currently have to type a lot of long IDs) ;
  • Make our main Visual Studio solution thinner. It currently holds more then 45 big projects and loading it take 2 minutes. VStudio crashes every hour or so (yes, a solution this big is a shame, you're right).
  • Add comments ! Most of our code do not have comment. I try to comment as much as I can, but if only I had a week for this ! Refac
  • Refactor incorrect classes, methods and variables names (would do it while commenting).
  • Compress our inheritance tree. A lot of classes inherit of other classes without adding anything meaningful. A lot of interfaces are implemented by only 1 class. This is a real pain when you debug since Intellisens will always bring you to the interface, not the real class.
  • Add traces and assert. Seems that some people who develop never had to maintain software. When an application crashes, you most often have nothing more then a method name, a vague error message, and, sometimes, a line number. We could have a lot more (parameters values, for examples) with a little more effort. We could have a summary of what the user have done before. We could have some indication about what was the data he was creating, modifying of viewing. We could also have a copy of the context (if it is crashing, performances are irrelevants :o)

Etc, etc, etc.

All the best. Sylvain.

link|flag
vote up 0 vote down

Programmers are surprisingly good at hard labor.

link|flag
vote up 2 vote down

If you happen to be a developer with too little work, by all means you should improve your existing code quality by refactoring, adding unit tests, improving usability, increasing performance and so on. And you should learn new tools and technologies. But also be sure to ask yourself the hard questions, such as "Is this just temporary?" and "How is my company doing financially?": maybe you need to update your resume and work on your professional network too.

link|flag
1  
You are right ! When developers get nothing to do, they should first review their resume... +1 (I cannot do +2 ^^) – Sylvain May 25 at 19:05
show 2 more comments
vote up 0 vote down

Do you have any of those pieces of software that "someone should really do something about"? Start making a prototype for what should actually be done with it or even better, fix it if possible.

link|flag
vote up 0 vote down

Give your programmers time to self-educate, make courses, cross-training. Perfect time for employees to become better.

Other than that, refactor and optimize.

Oh also YouTube! :p

link|flag
vote up 1 vote down

Have the tall, lanky ones stack boxes in the storage room.

link|flag
vote up 2 vote down

If your programmers don't have enough code to write for you, then you've got too many programmers. Take the executioner's axe to them. Never mind if they have mortgages, cars, children and wives, you do what's best for the company, and what's best for the company is to walk through that development floor with a purpose, leaving only death in destruction in your wake. You need to make sure you work on your evil genius laugh. When you're handing that developer his pink slip, and he looks at you and asks, tears welling in his eyes, "what am I supposed to do now?" You cross your arms, look down upon him and spit out, "that's not my problem!" Here is where that evil laugh comes in play as you walk away knowing that he is now a shell of himself, his heart filled with soul-crushing disappointment.

Code cleanup, refactoring, R&D and Education. Make them busy by making both your existing code bases and your employees better at what they do.

link|flag
show 2 more comments
vote up 2 vote down

You can never have too many test cases.

link|flag
vote up 0 vote down
  • If your product/project is based on 'old' technology (SQL 2000, VB-cough-6, Windows XP), look at upgrading to the latest version.

  • Get them researching VNext of your environment/framework/technology stack (i.e. .Net 4, Visual Studio 2010, Windows 7 etc.).

  • Get them to dig into other 'not-so-new' stuff that they still only have sketchy understanding of (Linq, lambda expressions).

  • Get them to have a look at new-but-potentially-useful languages - a functional language, for example, to try and understand what all the fuss is about.

  • Technical debt - get them to eliminate all the TODOs and HACKs in your codebase.

link|flag
vote up 1 vote down

Ask them "If you could work on whatever you would like---it doesn't need to be relevant to what $COMPANY does---what would you work on?", and nudge them into brainstorm mode.

If you don't get any ideas, see one of the other answers ;)

If you do get ideas, consider which of them might be useful to the company's mission.

Example: I heard on the SO podcast 50 that Steve Yeggi is going to work on integration between compilers and editors so you can have better syntax highlighting and more intelligent auto-completion. Google's people spend a lot of time in editors. Improving them is probably beneficial to Google (yet it's not related to their core business of advertisement and searching).

If the programmers dogfood the company software, they may have ideas for how to improve it (I've had that for a company I worked for). They may have broad ideas for how to improve your company's products that make sense.

In short: when you run of things for them to do, make them come up with their own thing to do. Let them do it if it makes sense.

link|flag
vote up 0 vote down

Make them pass certification or ask them to learn about some technologies

link|flag
vote up 0 vote down

1) Ask them to take leave if their paid leave is pending. This way you can save your operation cost without affecting your production.

2) Ask them to write the certification exams (like MCP , Sun Certification etc..).

3) This is the right time to add Extra features to your existing application.

4) This is the right time to start some new project (new ideas implementation) from scratch.

5) Ask them to write blog or wiki pages. This would help to juniors.

Cheers Kannan.

link|flag
vote up 1 vote down

Enjoy your time man... you have it limited

link|flag
vote up 1 vote down

do some [Side Projects].

link|flag
vote up 0 vote down

Let testing to Testers and do some investment on R&D and Education

link|flag
1 2 next

Your Answer

Get an OpenID
or

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