Pareto Optimal Dev

Verbose function and variable names as a default result in more complex code

Primarily because they sacrifice global understanding for very very local understanding. This plays into the problem of caring about local complexity rather than global complexity.

Or as I worded it differently a bit ago, Prefer macro-level simplicity even if it means micro-level complexity.