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

franco pfp
franco
@francos.eth
Depends on the language: - expressive type system (haskell/rust): compiler will guide me. Fearless refactoring. Similar to your third option - otherwise I’ll find+replace file by file making sure I see what breaks each time
0 reply
0 recast
1 reaction