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

aerique pfp
aerique
@aerique.eth
In a terminal I do a (rip)grep across all source files for the thing I want to change and refer to that while editing. Then build and hopefully no breakage. If there's a lot of changes I make sure my tests are in order first.
0 reply
0 recast
1 reaction