|
|
|
|
|
by ethan_smith
301 days ago
|
|
Most refactoring engines don't automatically replace all identical expressions by default since it can change semantics (especially with side effects), but they typically offer a separate "introduce and replace all occurrences" option that you can explicitly choose. |
|