2011/5/3 Randal L. Schwartz <merlyn(a)stonehenge.com>om>:
>>>> "Philippe" == Philippe Marschall
<philippe.marschall(a)gmail.com> writes:
Philippe> I'm in a situation where a need a different description for newly
Philippe> created objects. The object itself doesn't know that it's newly
Philippe> created, it just know because I just created it. Answering an object
Philippe> and a description feels kinda kludgey so are there other
Philippe> options?
What is newly created,
When it was created in this request (via a special service method)
and when does it stop being newly created?
In the next request.
Is it
something the object should know, or the thing that created it?
I'd say rather the thing that created it. Whoever the thing that
created it should not have to know how it has to massage the
description of the object.
Cheers
Philippe