On Wed, Jun 3, 2015 at 3:14 AM, <[email protected]> wrote:
> > Among other things, for me to > beautify code code also means to take care of the consistency in naming > and writing functions/methods to reduce the mental overhead, i.e. > underscore_names vs. mixedCaseNames > Yes. autopep8 should complement Leo's beautifier in this regard. The much more capable autopep8 can regularize names. Leo's much faster beautifier is fine for more routine tasks. All of Leo's code would benefit from regularizing names. However, names commonly used by scripts must remain as they are. I plan to investigate soon. No promises though: compatibility with existing scripts and plugins is paramount. 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
