SAP UI5 General Coding Guidelines
The following blog explains some of the coding standards that should be followed while coding for SAP UI 5 applications . 1. Routing and navigation : As far as possible , try to work with navigation using component based routing . Further if an application requires more navigation within split apps like a double master or double detail , use the event bus mechanism . The navigation handling of the event bus should be specific to that split app controller and named uniquely to ...