| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Process Model
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();
![]() |
![]() |