Live data from Hacker News

Refactoring with Codemods to Automate API Changes

martinfowler.com

1–6 of 6 posts

Re: Refactoring with Codemods to Automate API Changes

#5
post #3

https://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.

Re: Refactoring with Codemods to Automate API Changes

#6
post #3

Earlier quoted context omitted.

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.

Nope, I'd say it's the best :)