a developer picks up a bug report, analyses it to the point they see a method call somewhere clearly expecting some behaviour, and sees in the method that it does not implement that behaviour. They then make an assumption (effectively a guess) about whether it's the call or the implementation that is wrong
In my experience, it usually means they're both wrong. :-)
Pop quiz: what would you do if you stumbled upon these two code snippets while making an unrelated bug fix?
Case 1:
# Add one to $i $i = $i + 1;
Case 2:
# Add one to $i $i = $i - 1;
👁️🍾👍🦟
In reply to Re^4: Where to place POD
by eyepopslikeamosquito
in thread Where to place POD
by Bod
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |