In my humble experience, the manager's experience is less important than a manager's personality.

I've seen absolutely brilliant developers fail as managers because they got so bogged down in the technical hurdles of developing the code that they failed to see the big picture-- that the project they were developing was certain to be cancelled, for example. Sometimes technical knowledge can lead to odd blind spots. One manager of mine, for example, believed that a large Perl project should be ported to Java, simply because he was more familiar with that language-- even though few of his employees were familiar with Java.

The best managers I've worked for hired bright people and worked as facilitators-- tried to figure out what they needed to do, prioritized tasks for them, and worked to make their employees more efficient. The least effective managers I've seen did the reverse-- tried to advance themselves by making their employees' lives more difficult, made priorities less clear (Me: "I can do this or that... which?" Bad manager: "Do both!"), and failed to trust their employees.

The one thing that I find useful about senior developers as managers is that they understand the software development process, which is a fairly unique activity. They hopefully won't try to manage it as though you were digging ditches ("It's not done? Program HARDER!")

A good manager who listens to his/her employees and works to make them more effective (and gets out of their way) will pick up the software development process pretty quickly-- there are a number of books on it out there, after all. (It never fails to amaze me how few of my managers have read any book at all on the software development process.)

It's very subjective, though. Your mileage may vary.

stephen


In reply to Re: OT: Tech Managers vs. Non-tech Managers.. by stephen
in thread OT: Tech Managers vs. Non-tech Managers.. by LD2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.