Y
Hacker News
new
|
ask
|
show
|
jobs
by
ytoawwhra92
6 days ago
For pure logic I find refactoring to enable divergence much easier than implementing convergence.
1 comments
usrusr
6 days ago
Not only easier finding call sites than finding copies, also more intuitive to start looking. "Which callers will be affected by the change?" is the most natural question to ask. "Which places should have this same change applied?", not so much.
link