Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Process Model

Re: Process Model

From: erk <eric.kaun_at_gmail.com>
Date: 23 May 2006 12:50:01 -0700
Message-ID: <1148413801.442201.35750@g10g2000cwb.googlegroups.com>


Bob wrote:
> If object orientation is so great, why do OO proponents so universally
> lack the powers of succinct, direct communication?

They don't - just take a look!

    FoundationalConcept oldie = FoundationalConcept

        .recycle("something good");
    ObfuscatedConcept reinvented = new ObfuscatedConcept(oldie);     assert(reinvented.getName() != oldie.getName());

    VagueTripe tripe = new VagueTripe(new Random().nextBytes());     assert(! USEFUL_RATIONAL_CONCEPTS.contains(tripe));

    MangledCommunique trollCrap = new MangledCommunique(reinvented)

        .pileOn(tripe);
    Writer news = new NewsWriter("comp.databases.theory");     CrapWriter cw = new CrapWriter(news);     cw.write(trollCrap);
    cw.close();

Received on Tue May 23 2006 - 14:50:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US