Skip to content

Instantly share code, notes, and snippets.

@pgoldrbx
Last active June 22, 2016 23:53
Show Gist options
  • Save pgoldrbx/d730cda13de64db69175 to your computer and use it in GitHub Desktop.
Save pgoldrbx/d730cda13de64db69175 to your computer and use it in GitHub Desktop.
This ___ isn't working... did I do something dumb?

Why aren't I seeing my changes?

What do you mean 404 error?!?

Oh come ON, I just DID that!

How often are you working on something and are stuck trying to debug some irritation problem, only to discover after time that you've done something embarrassingly stupid? It's good to go through a checklist of "dumb" questions before spending an hour in the debugger or pouring over changesets.

Example:

  • Is the computer plugged in? (classic tech support!)

The Dumb Checklist

  • Am I looking at what I think I'm looking at? Correct page, URL, environment...
  • Are environment variables set correctly? Are you sure they're not being set anywhere else?
  • Am I editing what I think I'm editing? Correct sourcefiles, branch, etc...
  • Are there any syntax errors? Lint and validate.
  • Is the DB running?
  • Are all required services running?
  • Are dependencies up to date?
  • Did you delete the working code?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment