class design - is there a word that encompasses both 'schema' and 'data'? -
i need word covers both schema , data.
i'm designing classes part of system needs store , process data defined @ run time. have classes contain definition objects, , storage objects.
this going refactor of core section code base has been going strong 15 years, lots of people need use , understand source code, i'd can make easy understand. group of have haggled , sweated on design, no-one has come name classes:
i feel:
[unknown word] | |______schema |______data is looking for
but
data | |______schema |______storage is best far.
how model?
you have data persisted store according given schema (possibly required store itself). create, remove, update or delete data through operations, present results in format useful manipulation: format can same 1 defined storing schema or abstraction or anyway manipulation of it.
i go model.
Comments
Post a Comment