Re: RFC: Guide for maintaining software in the Zope repository
Christian Theune <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3 |
|---|---|
| Organization | gocept gmbh & co. kg |
| Message-ID | <1188157937.12669.29.camel@mindy> |
Am Samstag, den 25.08.2007, 17:57 -0400 schrieb Zvezdan Petkovic: > Obviously, a visual perception differs from person to person. If a > person has a difficulty reading getMainType(), they should not be > forced to write get_main_type() in their Zope code for the sake of > consistency which is in this particular issue non-existent. With "in their Zope code" you mean code they write for themselves or for the Zope project? I'm happy to set my personal style favorites aside when working on a shared project. I hate code that is inconsistent more than I like my personal preferences (which are very near to PEP 8 anyway). I think there's a social issue around the corner.