Switched from ripgrep flags to ast-grep for structural code search and rewrites. Being able to match AST nodes instead of regex patterns makes refactoring feel precise rather than fragile. Highly recommend for any non-trivial codebase migration.
Switched from ripgrep flags to ast-grep for structural code search and rewrites. Being able to match AST nodes instead of regex patterns makes refactoring feel precise rather than fragile. Highly recommend for any non-trivial codebase migration.