What type of experience to the management about a programmer is consider reasonable?

Having been a manager several times, including managing managers, I can answer this with some authority:

It depends.
It depends on the manager, and it depends on the situation.

Managers aren't all clones of the same blob of primordial ooze. They have different personalities, experiences, and expectations. Based on individual experience, one manager may value programming ability over domain knowledge. Another might value communication. Yet another might avoid creative programmers like the plague.

Different situations call for different types of programmers. The type of programmer needed for an exploratory effort to produce a new consumer device is going to be different from the type needed for an embedded realtime effort on a device that could potentially harm people if it were to malfunction. Some projects demand lots of creativity, some require none. Most require good communication.

There is no one answer to your question.

If you're looking for advice on what skills to develop, or where to focus yourself, I would suggest a skill that I've found missing in many programmers: learn to listen, and to ask clarifying questions. Far too many of the people I've work with have had an "itchy trigger finger" when it comes to cutting code. But if you don't listen and clarify, you risk solving the wrong problem.


In reply to Re: Experience to the Management by dws
in thread Experience to the Management by artist

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.