24 points
I learned early in my software engineering career these two beautiful rules of debugging:
- Read all of the words
- Believe them
10 points
*
7 points
6 points
Addendum to 2: never believe that what they say is relevant to what’s actually happening here. You have a lot of faith that the people writing error messages knew what they were doing!
3 points
2 points
*
I mean, if the error says “variable foo is not defined” I don’t think it’s wise to go “I’m pretty sure it’s defined, the compiler is just wrong” 😂
2 points