hodur-org / hodur-engine

Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API or use one of the many plugins to help you achieve mechanical results faster and in a purely functional manner.
MIT License
282 stars 13 forks source link

Move meta from `default` to a meta on the vector #2

Open luchiniatwork opened 5 years ago

luchiniatwork commented 5 years ago

Using that default strategy ended up being artificial since the whole vector can be tagged with meta markers anyway.