this post was submitted on 02 Oct 2023
1099 points (98.8% liked)

Programmer Humor

32479 readers
641 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] kherge@beehaw.org 6 points 1 year ago

Some thoughts based on personal experience:

  1. File was edited after error was reported, but before investigating it. (Editing, code formatter, etc.)
  2. Build cache was not cleared, so old source was used.