strangemonad / runway

Domain models and their values
1 stars 0 forks source link

Explore type metadata or tags #19

Open strangemonad opened 6 years ago

strangemonad commented 6 years ago

Should directives (e.g. for serialization and compilation) be at the same syntactic scope or live in modules or both?

E.g. go-lang json, yaml directives E.g. Gson annotations E.g. java inject / guice annotations E.g. JPA

Vs defining mappings centrally / out of band (e.g. global config of style choices or default overrides)

Does it need to be either / or? When to choose one over the other.