-
Style guide: When using the builder pattern you *must* expose it with a static
builder()
method which builds using abuild()
method. Me: Bob.theBuilder().buildsIt() Style guide: Yeah ok, you get an exception.
builder()
method which builds using a build()
method.
Me:
Bob.theBuilder().buildsIt()
Style guide: Yeah ok, you get an exception.