|
|
|
|
|
by maccard
172 days ago
|
|
Using Grep or regex is textual refactoring. If you want to rename every reference to a type Foo, how do you is that without touching any variables named foo, or any classes named FooBar The answer is use tools that have semantic info to rename things. |
|
Even though it has no semantic significance to the compiler, it does for all the human beings who will read it and get confused.