On Tue, Apr 24, 2018 at 6:17 AM, rengel <[email protected]> wrote:
That made me wonder: Do you plan sometime in the future to make the code > PEP8-compliant? > Probably not in the sense you might be thinking of. > Does Leo have any kind of 'style guide' or naming conventions? > New classes should follow the suggested naming conventions. Existing classes won't change in this regard. Just a cursory glance at the parameters shows that at least some > explanations/comments could be removed if other names were used, i.d. if > the names wouldn't express what a parameter *is* (i.e. a 'flag'), but > what *action* it stands for. > The "flag" suffix is typically used when there is a method that whose name would otherwise collided with the var or ivar. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
