Hacker News new | ask | show | jobs
by quickthrower2 1202 days ago
Funny how my troubleshooting mind works - I assumed I had borked the config, then assumed they had introduced a bug, then found the real reason is an outage.
1 comments

I just remember my professor drilling down in my head that if my code doesn't build, 99%+ chance is that it isn't a bug in the compiler.

We are taught early on that if something doesn't work, it is because something is wrong in our code.