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!)
- 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?