Ast Visitor Pattern

Use the frozen-class/visitor pattern for discriminated unions that have multiple dispatch sites. Use when creating a new set of variants (commands, IR nodes, factory calls) that will be switched over in 2+ places, or when refactoring an existing union type that has grown multiple switch sites.

prisma 61e6914 3.3 KB Updated

File contents

prisma/orm/tree/main/skills-contrib/ast-visitor-pattern commit 61e69149a1

Frequently asked questions

npx skillmds add prisma-orm/ast-visitor-pattern