sap-hana
sap-hana copied to clipboard
Backlog: when to use function in the code
Under the following condition, wrap the code in a function is over kill and reduce the readability of the code:
- One liner
- String concatenation
- small amount of code that does not get reused again anywhere else
Some of the examples that should be adjusted listed in PR #298 in Comment.