←back to thread

303 points FigurativeVoid | 1 comments | | HN request time: 0s | source
Show context
rjrodger ◴[] No.41847988[source]
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?

replies(1): >>41849130 #
1. meowface ◴[] No.41849130[source]
I rely on this one a lot. Can save a ton of time that would otherwise be wasted.