Using pep-8 naming conventions for classes is a simple step that helps 
distinguish types.  In the next few days I'll probably complete the 
transition in Leo's code base. That is, within Leo's core the calls to the 
ctors will now look like, for example::

    v = leoNodes.Vnode(...)
    p = Position(...)

Don't panic: the old class names, like vnode and position, will continue to 
be defined (as aliases to the new class names) so all existing code, 
plugins and scripts should work as before.

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to