doorgan / sourceror

Utilities to manipulate Elixir source code
Apache License 2.0
326 stars 22 forks source link

improvement: track `supertree`, and add `Zipper.all_the_way_up/1` #148

Closed zachdaniel closed 4 months ago

zachdaniel commented 4 months ago

I don't really think that all_the_way_up/1 is a great name, and I had to resist the urge to call it Zipper.tippy_top/1 😂

Open to suggestions.

doorgan commented 4 months ago

Should we also include topmost_root mimic root but that can be called from a subtree too?

zachdaniel commented 4 months ago

Happy to add topmost_root as well :)