silver icon indicating copy to clipboard operation
silver copied to clipboard

Use value types when they become available

Open 602p opened this issue 5 years ago • 0 comments

This is a marker issue to note that there are some things in our codebase that could be served by changing them to use Value Objects when/if that lands in the JVM.

Current instances where this might be helpful:

  • OriginContext objects (three fields, only ever passed around)

602p avatar Aug 21 '20 21:08 602p