calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

EntityBuilder and EventBuilder should have constructors to take Entity and Event objects #170

Closed cjnolet closed 8 years ago

cjnolet commented 9 years ago

By shallow copying the objects, we could actually add attributes to them and then allow the builder to build new ones. This could almost give the impression of mutability while staying completely immutable.

eawagner commented 8 years ago

This is already done