Content pfp
Content
@
0 reply
0 recast
2 reactions

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
What's your process for performing changes across multiple files in the codebase? Do you use Find+Replace across directories? Do you use "rename symbol" on IDEs? Do you build and see what breaks repeating until the build works again? Something else?
9 replies
2 recasts
20 reactions

downshift pfp
downshift
@downshift.eth
i really like `grep -Rn path/` to find all instances of a symbol, but i know this is pretty old school 😅 then use `git diff` to carefully review the patch before commit
0 reply
0 recast
1 reaction