You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how the with prefix can be changed, it would be nice to be able to set the static method name as well. For example, for class Foo the FooBuilder will have a method aFoo(). Some code conventions rather use names like newFoo(), or newBuilder().
The text was updated successfully, but these errors were encountered:
Similar to how the
with
prefix can be changed, it would be nice to be able to set the static method name as well. For example, for classFoo
theFooBuilder
will have a methodaFoo()
. Some code conventions rather use names likenewFoo()
, ornewBuilder()
.The text was updated successfully, but these errors were encountered: