Do everything in Java…
H. S. Teoh via Digitalmars-d
digitalmars-d at puremagic.com
Fri Dec 5 10:28:48 PST 2014
On Fri, Dec 05, 2014 at 03:57:14PM +0000, Chris via Digitalmars-d wrote:
> On Friday, 5 December 2014 at 15:49:13 UTC, eles wrote:
> >On Friday, 5 December 2014 at 13:56:27 UTC, H. S. Teoh via Digitalmars-d
> >wrote:
> >>On Fri, Dec 05, 2014 at 11:53:10AM +0000, Chris via Digitalmars-d wrote:
> >
> >>
> >>At my day job, you'd be shocked to know how many times things
> >>flat-out break in the nastiest, most obvious ways, yet people DO NOT
> >>EVEN NOTICE!!!! QA has developed this bad habit of only testing the
> >>feature they were asked to test, and the developers have become
> >>complacent over time and blindly trusting that QA has done their
> >>job,
> >
> >That's not trust or complaceny. That's a worldwide conspiracy to
> >ensure good paid jobs for poor programmers & testers like us...
>
> Programmers get paid for fixing bugs they have introduced themselves.
> :-)
Ah yes, the good ole Make Work Project, subcontracted under Job
Securities Inc..
Reminds me of my first job, where there were severe performance problems
with the system, and then we go in and find blatantly obvious ways of
improving it, like replacing O(n^2) algorithms with a trivial O(n) ones,
etc.. At one point we joked that sleep()'s were deliberately added to
the code so that later when the customer complains about performance we
just comment them out one at a time. :-P Hey, it ensures customers
keep coming back to us, right?
T
--
It's amazing how careful choice of punctuation can leave you hanging:
More information about the Digitalmars-d
mailing list