in reply to Should 'use warnings' check for contradictions?
No. As someone pointed out, the variables could be tied variables. Or you could be using shared memory to enable some nice race conditions.
Your code has two things that look too much alike: you have score and scorec. I don't know what the "c" in scorec means, and someone else looking at your code might also not be able to guess its meaning. If you had used a well chosen word instead of "c", you would have seen the bug immediately, and other programmers would understand your code more easily.
- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.
|
|---|