Good news is we're only using lodash/fp
, which makes it easier to match function signatures.
- Find most-used lodash methods, we'll convert these first maybe?
- Go through each lodash method, find the ramda equivalent where possible
- Write a codemod to rewrite those usages
- Who the fuck thought function aliases were a good idea