[Zope] Re: Code style check

Chris McDonough chrism@zope.com
Tue, 18 Dec 2001 18:35:56 -0500


> This works. But does it look idiomatically reasonable, or is there
> a more commonly accepted way to do it?
>
> always-more-than-one-way-oops-that's-perl-ly yours

Maybe:

pageID = self.getId()

I *think* that will return the page's name (as opposed to the external
method's name).  Give it a roll.

zopes-more-like-perl-than-python-sometimes-ly y'rs,

- C