Hi Thomas,
What is a default return declaration? Is this for branches within the function that do not lead to a return statement? Tom From: Thomas Bley Sent: Wednesday, April 20, 2016 12:53 PM To: [email protected], [email protected], [email protected] Cc: [email protected], [email protected] What do you think about default return values? e.g. function foo(): db_result = null { } function canLogin(): bool = false { }
