Best Practices
Component Best Practices
- When defining ports, set
required: true
on ports that are required, then all other ports are implicitlyrequired: false
'(When there is only one in port or output (and it is not a generator), they are implicitly true) - Use Process API
- In general, try and keep your components medium sized. If you use too many small components the graphs can quickly become overcomplicated and as a result, harder to debug and maintain.