|
|
|
|
|
by mmazing
585 days ago
|
|
Well, it might matter for functionality in the application. After you fix a lock-related bug for example, how do you deal with an open tab running a different version of your code that is erroneously misusing a lock? You need to account for that when you release new code, yeah? Rename the lock maybe? Some other logic? |
|