How to denote associations in V2 #492
jhollinger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
V1 has just
association
for both singular and multiple associations, and we fuzzily figure out which at runtime. V2 (release-2.0
branch) currently splits it into two DSL methods:object
for singular andcollection
for multiple (terms up for debate). This has some pros, but one big con is the added difficulty in updating Blueprints from V1 to V2.Here are all the options I can think of.
Explicit
Pros:
object_default
,collection_default
,collection_default_if
, etc)object_value
,collection_value
)Cons:
Dynamic
Pros:
Cons:
Beta Was this translation helpful? Give feedback.
All reactions