Or for proper concise coding standards.An explict return is AFAIK only required in two circumstances:
- You want to exit the function early:
- You want to return some specific data to the caller.
For your coding standards, perhaps. It is not a requirement of the language.
And an extra, unnecessary statement is hardly concise.
Statistics: Posted by thagrol — Mon Oct 07, 2024 12:21 pm