Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
The main point being, if you supervise a team of five coders, your team should be able to create output exceeding the output of a group of six coders each coding independently...

Good theory, but I think the numbers are a bit unrealistic. I would hope that a manager with a team of five coders would be able to create the output of about three coders working independently. Okay, maybe four, but that'll be tough.

The trick is that if you actually have three or four coders working within the same group without a manager or other organizational scheme, it'll be a complete mess. They will be doing redundant work, then spending time integrating their work and eliminating redundancy, then deciding how to interface their pieces together, and so forth. The point is that unless you have truly independent projects, there's no way for your coders to work completely independently. (And if you do have several truly independent projects, your company probably ain't gonna make it. It's spread too thin. Focus on what you do differently, and beg/buy/borrow/steal the rest.)

Ok, so maybe the numbers aren't quite right, but you get the idea. Think of it as parallel processing, which it is. The ideal would be linear scaling, but dependencies between processors (coders) always drop the speedup below that. One job of a manager is to eliminate as many dependencies as possible, and minimize the disruption of the rest. That may mean scheduling first the pieces that need to be resolved to avoid blocking others, or it may mean setting some things in stone to make sure the parts work together while leaving other things loose and flexible so they can adapt to their circumstances.


In reply to Re^2: Free online Perl Practice tests by sfink
in thread Free online Perl Practice tests by sanPerl

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found