Charles Flynn
Results
2
issues of
Charles Flynn
Staged builders are useful to force compile time safety that all required attributes are set. The autocomplete they give is lovely too. If any components are marked as nullable then...
Given a record named `Foo` a builder named `FooBuilder` is generated. To generate a builder you have to do `FooBuilder.builder()` which feels a bit long winded and repetitive. Potential solutions:...