davegurnell / checklist

Validation library for Scala.
Apache License 2.0
47 stars 11 forks source link

I knew I wasn't the only one that had this idea #5

Open amilkov3 opened 7 years ago

amilkov3 commented 7 years ago

hey I just started working on a validation lib as well: https://github.com/amilkov3/validen, however mine involves specifying validations via a simple spec language as opposed to programmatically (though there is a validation AST). i think our libraries would compliment each other well as they currently address separate use cases but share commonalities (ValidatedNel from cats and well a functional approach in general). would you want to collaborate and maybe eventually combine the two?