Next-gen ruby libs! » github.com/dry-rb » website: https://dry-rb.org » forum: https://discourse.dry-rb.org
http://solnic.eu/2016/05/30/abstractions-and-the-role-of-a-framework.html
^^ a follow-up to my prev post, related to what we’re doing here
Validator.new(data).call
and instead just v=Validator.new;v.call(data)
why dry
- we just wanted something short ;)
CreateSomething
operation or define it as a :validate
step in transaction?