semantics
Because programming is language-based, semantics matter!
objects
factory
build() for in-memory-only creation
create() for persistent (memory + DB) creation
load() get attributes from storage (usually DB)
save() upsert attributes
Because programming is language-based, semantics matter!
build() for in-memory-only creation
create() for persistent (memory + DB) creation
load() get attributes from storage (usually DB)
save() upsert attributes