Patterns and Anti-patterns

    • Do use Archetype when needing to group data together when you don’t want to use the common Multinode Tree Picker pattern.
    • Do take care that if you use label template functions, they need to be super efficient since they may get called dozens of times.
    • Don’t overuse Archetype, if you can use core data types, you probably should.