Generic Components
While it is possible to “recreate the wheel” by using generic components to do everything, it is recommended that dedicated components be used where possible.
For example, it is possible to recreate the functionality of the cTimer component using the cMessagingEndpoint component. This should not be done without a good reason. Using the dedicated components means that potential errors are more likely to be caught and the readability of the Routes will be better as the images for these components can help identify their purpose.