Make versus Buy, Time versus Money


1

Specifically for web/software, how do you know whether it is better to invest time developing the product alone or in a small team versus shelling out hard earned money to get it developed quickly (with no guarantee of success)?

Getting Started Development

asked Sep 24 '11 at 17:19
Blank
Hagope
106 points
  • I want to recommend you "Coders at work". In this book you can read various developer success stories who all had to deal with problems of that kind. I found it very informativ and inspiring. – Christian 12 years ago

1 Answer


6

If you aren't a developer who is going to involved in the process. The first thing you need to realize is that the "(with no guarantee of success)" tag applies to both approaches. Unless what you are developing is simple, the risk will always be there regardless of the approach.

Most people prefer to develop their own for a few reasons:

  1. Less chance of IP conflicts/issues.
  2. An in house unit is always better equipped to deal with spec/design changes since it's more flexible.
  3. You have a chance to actually develop expertise that could be valuable down the road.
  4. Maintenance is more reliable because you won't be at the mercy of a third party.
  5. You have more control over the entire process.
  6. Lots of stuff but you get the drift :P

The bad parts are:

  1. If you don't have a strong background in development and or can't get someone good to direct operations, it can be a perpetual drain of resources with no result.
  2. Its an ongoing expense unless you have new stuff that needs the resources.
  3. Things are not as clear cut as with 3rd party developers.
  4. Its a LOT of work.

As for 3rd party developers, its not all bad:

  1. With most of them you pay on delivery after the initial deposit. As they deliver it step by step, you can verify progress. If progress doesn't meet your expectations. You can bail.
  2. If what you are asking for isn't unique or require special skills, they probably can deliver something that is BETTER than if you are starting from scratch without experience.
  3. If its something that has legal implications, late delivery penalties, etc, you might be able to piggy back it on to them.
  4. Your expenses are easier to estimate.

So in essence, if you need:

  1. Something simple
  2. Something done QUICK
  3. Something that has minimal maintenance/extension needs
  4. Something just to prove a business concept

Consider a 3rd party. Odds of them delivering on time with a USABLE product is better than with your own people if you don't have development experience. They get paid for delivery, your employees get paid by the hour :P

Else consider rolling your own.

answered Sep 24 '11 at 17:43
Blank
Permas
296 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Getting Started Development