Skip to content

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

how to name functions and methods