Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • Common core principle across all levels of interface development

    • Separation of concerns

      • Everything does one thing only, and we should not mix functionality

    • Don’t repeat yourself

      • We want reusable components that can be used across many integrations

    • Keep it simple

      • Even if it means more or being more verbose

  • Also talk about Richard’s Golden Rules (find that diagram with the circles)

    • Security

    • Maintainability

    • etc.

  • Generally, when building integrations in Iguana X, each component should correspond either to the source, filter (rebrand this), or destination

  • No labels