|
|
|
|
|
by fauigerzigerk
3017 days ago
|
|
I remember bugs that were caused by the exact opposite. If p is superceded by updated then it's not a good idea to have both hanging around in the local scope. You shouldn't be able to doSomethingElse(p) when you actually mean to doSomethingElse(updated). |
|