/BuilderPattern_Java

Java - Examples of Builder Pattens: Address Builder

Primary LanguageJava

BuilderPattern_Java

This practice project was create to help T.J. Maher familiarize himself with the Builder pattern.

With this project, he creates an AddressBuilder, a way to compose an address.


This is part of a larger project that is covered in T.J.'s blog, Adventures in Automation:

Examining Builder Patterns: