rfx
rfx copied to clipboard
Refactoring Operations for Elixir
Just wanted to understand if there is likely to be more active development on this? It's something I'd be interested in contributing towards.
Rfx needs `diff` and `patch` functions. For prototyping, these are implemented with `System.call("diff", ...)`. This workaround will work on Linux systems, but not on Windows. We need a Elixir native...
The first focus area for Rfx and Sourceror will be Credo. Auto-refactoring for Credo suggestions is something that people seem to understand easily, and it's an opportunity that was highlighted...
From twitter: @hauleth Unfortunately, even with this, implementing `mix deps.add` in a foolproof way is impossible. - what if `:deps` is list within `config/0`? - what if it is module...