zio / zio-schema

Compositional, type-safe schema definitions, which enable auto-derivation of codecs and migrations.
https://zio.dev/zio-schema
Apache License 2.0
142 stars 162 forks source link

Extract common code to vals in Schema (#650) #656

Closed 987Nabil closed 9 months ago

987Nabil commented 9 months ago

Not all of this will have performance implications. Some is just extraction of repeated code. It should however make the code more understandable and maintainable

fixes #650 /claim #650