Masabi / kotlinbuilder

MIT License
12 stars 3 forks source link

Drop "with" prefixes #1

Closed JakeWharton closed 6 years ago

JakeWharton commented 6 years ago

These are usually placed on immutable objects which return a new immutable copy with that single property changed. Effective Java recommends builder mutator methods have no prefix.