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

Timi pfp
Timi
@timigod.eth
I use JetBrains IDEs, it has a refactoring feature that lets you change everything across the entire codebase. See for WebStorm (JS et al) & GoLand (Go). https://www.jetbrains.com/help/webstorm/refactoring-source-code.html https://www.jetbrains.com/help/go/refactoring-source-code.html
0 reply
0 recast
1 reaction