Refactoring with Codemods to Automate API Changes
martinfowler.com
Refactoring with Codemods to Automate API Changes
1–6 of 6 posts
Re: Refactoring with Codemods to Automate API Changes
#2https://github.com/getgrit/gritql is the best large-scale codemod / refactoring tool I've ever used.
Re: Refactoring with Codemods to Automate API Changes
#3https://github.com/getgrit/gritql is the best large-scale codemod / refactoring tool I've ever used.
It's finicky and picky, very dependent on the tree sitter grammar but when it works, it's magical.
Re: Refactoring with Codemods to Automate API Changes
#4From "Show HN: Codemodder – A new codemod library for Java and Python" (2024)
https://news.ycombinator.com/item?id=39111747 :
> [ codemodder-python, libCST, MOSES and Holman's elegant normal form, singnet/asmoses, Formal Verification, ]
Re: Refactoring with Codemods to Automate API Changes
#5https://github.com/getgrit/gritql is the best large-scale codemod / refactoring tool I've ever used.
It's finicky and picky, very dependent on the tree sitter grammar but when it works, it's magical.
Have you found any tools you think are easier/better? I’d love to learn more about the space.