On Tue, Aug 18, 2015 at 8:35 PM, David McNab <[email protected]> wrote:
> How does @clean handle it when a teammate does a major restructure of a > module? For example, refactors a Python class into a base, a derived plus a > mixin, and moves 4 global functions into the base class as methods, and > moves 3 methods of the class out into functions? > @clean never inserts or deletes nodes. The changes will be shoehorned somehow into existing nodes. However, you should get a pretty clear indication of the nodes changed, much like the "Recovered Nodes" reports. Once you move nodes where *you* think they belong, saving the outline will remember your changes. Alternatively, you can use @auto to pull in momentous changes, and then change @auto to @clean. Furthermore, git or any other sccs will check your work, so there should be no serious worries. Clear? 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.
