A sloppy rory is a programming error involving a for-loop in which an array variable is re-defined at the beginning of the loop, hence creating an always-empty array at the end of the loop
A: This code doesn't work. It says array length == 1, but it's supposed to be 10!
B: Dude, you've done a sloppy rory, you re-define it at every step!