develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 326

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