On 16 May 14:20, Udo Spallek wrote:
> Hi,
>
> in [1][2] we introduce a ``get_singleton()`` method for Singelton
> models.
> In the modules we always use a patter like this::
>
> Config = pool.get('xxx.configuration')
> config = Config(1)
>
> or
>
> Configuration = pool.get('xxx.configuration')
> config = Configuration(1)
>
>
> instead of::
>
> config = Config.get_singleton()
>
> Is the use of ``get_singleton()`` recommended in module code or better
> stay with config = Config(1)?Obviously it is not the recommended way. Indeed I don't see any advantage in using get_singleton but I see one for the current way, it prevent a search if the configuration is not used. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
pgppJmTC0XB19.pgp
Description: PGP signature
