Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I'm currently working on combining four classes into one - they all do very similar things and are all cut&pasted&modified versions of each other (although the genius author I inherited it from decided to do things slightly differently in each one, so one is mostly pl/sql and keeps its variables in organized hashes, another performs most of the logic server-side and has tons of class variables instead of hashes, etc., etc.) and I keep having to add identical functionality to each one as requirement change.

So anyway, I'll be cutting the original 5,300 LOC by at least half, possibly two-thirds (no more, because he liked writing 400 line uncommented functions). It should take about three solid weeks of work - that means I'll have 2,650/15 = -177 LOC/day! It's going kind of slow because I'm teasing the logic out of undocumented, buggy code. So I think LOC is a Load Of Crap (I think maybe my predecessor was paid by the line, and it shows).

The problem with Productivity with a capital 'P' is it's hugely subject to interpretation. Am I more productive if I grind out crummy code that works quickly? Would the time have been better spent doing it correctly, so that when the requirements change the code is flexible enough to handle it? That's part of the art of productivity - knowing when to grunt out a steaming LOC and when to carve a flawless diamond. The funny part is the better the requirements are to start with, the less the quality of your code matters.

In reply to Re: (OT) Proving Productivity? by bean
in thread (OT) Proving Productivity? by Ovid

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 contemplating the Monastery: (4)
As of 2024-04-24 00:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found