Hacker News new | ask | show | jobs
by rjrodger 617 days ago
Good to have a name for this!

My favourite debugging technique is "introduce a known error".

This validates that your set of "facts" about the file you think you're editing are actually facts about the actual file you are editing.

For example: is the damn thing even compiling?

1 comments

I rely on this one a lot. Can save a ton of time that would otherwise be wasted.