simpler code 4 Practical variable naming rules Many developers treat variables as a place to simply dump a value, without spending much thought on picking a name. This is unfortunate, as proper naming of your variables can greatly increase the
simpler code Scope in practice: don't park variables on your controllers You will have heard about the importance of scope in Javascript, but what are its practical implications for you as a UI5 developer? Scope defines the accessibility of your variables in a part
simpler code Simpler SAPUI5 code: Don't use "else" Oftentimes when you come across an overly complex piece of code in a UI5 project, it contains lots of deeply nested conditions. You will be familiar with seeing if statements, followed by lots