I feel your pain, brother

I got into a long argument with my boss about a sizable percentage of our data that was irrelevant, useless, impossible to map (bit of a normalization problem), and skewing the results of several reports. To make matters worse, he could not tell me how the data was entered into the database. I took the position of archiving it if you must, but cleaning it out of the database. He took the position of "it's the only information we have."

I tried to be patient and failed. I finally offered a compromise: I would clean out the database and create a script to generate as much wrong data as he needed whenever he needed it. We do, in theory, have an infinite amount of bad numbers. Also, there is a non-zero chance that random data may actually produce the correct results, while bad data would never be correct.

Long story short, he pulled rank and I lost the battle.

The most difficult part was explaining to the new hires why the data was in there and watching them argue the same case and lose.

On the bright side, the doctor prescribed some meds that have really helped my stress level.


In reply to Re: How Software Engineers Are Different Than Auto Mechanics by bilfurd
in thread How Software Engineers Are Different Than Auto Mechanics by hossman

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.