1231
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Nov 2023
1231 points (98.4% liked)
Memes
45548 readers
1861 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
I once had a program fail to compile, but when I compiled it a second time it worked. No idea why, best guess is some kind of caching or dependency issue that got resolved by restating the compiler.
Now every time a program fails to compile and it's not immediately obvious what the problem is, I instinctively compile it again just in case. Well more like three or four times.
I might just be a dog though.