Concept Flow - Error-first callback convention
Function called
Operation starts
Operation finishes
Check for error
Call callback
This flow shows how a function performs an operation, then calls a callback with an error first if any, or with the result if no error.
