On Fri, Apr 8, 2011 at 2:49 PM, Edward K. Ream <[email protected]> wrote:
>> That would suggest @eval <expr> rather than @r <expr> > > I'd also like to use the terms pass1 and pass2 instead of update_vs > and render_phase(c), and also getScript instead of untangle. I don't like 'getScript' because there isn't necessarily any script around. getScript is what it calls behind the scenes. I also don't like using camelCase for python function names. update_vs is okay imho (because that's what it does) - it can be called without being part of "pass1". render_phase => render_results would make sense. Again, locking the name of a function to a "phase" is probably not a good idea. render_results could be used for other purposes as well. -- 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.
