On Tue, 15 Jun 2010 09:51:01 -0500 "Edward K. Ream" <[email protected]> wrote:
> I agree, I think. A typical pattern is: > > def abc(): > ... > > synonymForAbc = abc > > OTOH, comments probably belong to the following def. thingyClass = Foo def abc(self): self.thingy = thingyClass() your example is probably more common, but it can go either way. I think everything in its own node and if people don't like it they can use @shadow or @thin (unless @thin is @file now, in which case @file :-) Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
