2

Is software development experience strictly necessary when managing a project which requires the development of significant amounts of new code? Can a PM without significant software development experience expect to be able compete with those who do have experience, when applying for this type of job?

blueberryfields
  • 1,560
  • 1
  • 12
  • 20
  • 1
    I think some of the answers to this questions will be similar to the answers on the following link: http://pm.stackexchange.com/questions/55/how-technical-should-a-project-manager-be – Geo Feb 08 '11 at 20:23
  • I can't decide if this is a duplicate of #55 or not – DaveParillo Feb 08 '11 at 22:02
  • 1
    I think it overlaps with http://pm.stackexchange.com/questions/156/do-technical-leaders-compete-with-project-managers – Mark Phillips Feb 09 '11 at 02:03

2 Answers2

3

I will address the second question on your description, since I believe the main question is address in another post in this forum.

Can a PM without significant software development experience expect to be able compete with those who do have experience, when applying for this type of job?

My answer is yes. I think PMing has little to do with development itself. That said, the PM needs to have some kind of general notion on development. That person must understand the basics:

  • What compilation means?
  • How manage a Configuration Management Plan?
  • How to understand metrics?

Now. A great PM goes beyond the development activities. The PM Cares and communicates about the project. A PM with good people skills and great understanding of the PM framework, will go far beyond good PM with technical abilities.

Thanks, Geo

Geo
  • 3,923
  • 1
  • 21
  • 33
0

Regarding the first part of your question, i'd assume it is even less important than when you're doing other kind of projects, say refactoring or migrating codebases... in those cases you probably need at least knowledge about both platforms, compilers (for language migrations) and databases (in general) to grasp what's happening and what can go wrong, etc. The more prepared you are, the better you'll be able to handle tricky situations.

Hope it helps