What rule of thumb should you remember for return values?
When should you avoid a fancy use of return values?
How does return values affect maintainability?
What state reasoning matters with return values?
What naming guidance fits return values?
What is the main pitfall around return values?
How should you explain return values in an interview?
What is the best default for return values?
Why does OrderOps care about return values?
What debugging lens helps most with return values?