ScalABM / auctions

A functional API for auction simulations
Apache License 2.0
13 stars 1 forks source link

Consider using the Builder pattern to refactor Java API #81

Open davidrpugh opened 7 years ago

davidrpugh commented 7 years ago

@bherd-rb Whilst cleaning up the Java code a bit I came across some discussions of the Builder pattern on SO. I like the idea of "building" an auction by adding components one at time. In future versions we might want to think about using the builder pattern to design the Java API.