When to use element() and when to requestAction()

Several times a week it seems, someone at my office is asking, “Jamie, should I use $this->element() or $this->requestAction()?”
Every time they ask, I ask them back, “What do you need to do?”
There are a few simple ways to determine if using an element is better or a request action is better.
To begin, let’s describe the [...]