﻿<?xml version="1.0" encoding="UTF-8"?>
<stfl list="tag-code">
    <title>Sterling’s Truths for Life: code</title>
    <aphorism key="2">
        <truth>The harder a problem is to track down, the simpler the cause is likely to be.</truth>
        
        <tags>
          <tag>technical</tag>
<tag>code</tag>
<tag>problem solving</tag>
        </tags>
        <explanation><p>I have often found when working in software development, home improvement, or
even just trying to locate a lost object around the house that my mind and my
eyes tend to overlook the obvious. How many Systems Administrators have wasted
20 minutes or more trying to figure out why some printer or appliance wasn’t
working and realized they forgot to plug one of the cables in? How many times
have I hunted for my keys and found them in my hand? How many times have a
wondered why my code changes weren’t working and found I was editing the wrong
file. If a problem is vexing, check to make sure you haven’t overlooked an
obvious, easy solution to your problem.</p>

<p>This was formerly Sterling’s Truths for Life #1. See <a href="1.html">STFL #1</a>.</p>
</explanation>
    </aphorism>
</stfl>
