Code Isn’t Magical, It’s Just a Series of Commands
If you need to change a line of code, simply ask yourself two questions:
- Where did I get the inputs?
- Who relies on the outputs?
Answering these questions might not be simple; but, considering the code in this light removes the air of mystery and reduces the problem down to a set of quantifiable values.