I'll second the blink comparator method as a simple diff checker, or when comparing two chunks of code that are structured exactly the same way but somehow behave differently. (e.g. "what's the difference between these two functions" or "how is this yaml block different from that yaml block"?)
Line them up as two tabs in the editor, flip very rapidly between the two repeatedly, and usually the difference is apparent in 5-6 flips.
Line them up as two tabs in the editor, flip very rapidly between the two repeatedly, and usually the difference is apparent in 5-6 flips.