In this discussion ill review what we mean by resources and entities
resource
class, catagory, group, table, array, genre, genera classification grouping, type
A group of things that have some simaler properties
This represents an grouping done by some program or being in order to proccess data eficently/effectivly
in order to acheve the above we must group simaler things such that they can be listed overviews shared etc.
these groupings nessasaraly impose constraintes on what entity properties must be to be considered a spicific resorce.
entity
entry, item, object, row, record
This represents an actual thing in the unaverse.
usualy one aproximation of that thing.
therefore i will peronaly use the word entity to represent one thing as it actualy is.
and one of the above words to represent the aproximation of that thing as some data object.
properties
field, attrabute, prop, column, function, method,
Quiz review some example domain words
Genetics: Genus = resource/group INdividual = entity Trait = property
Database: Table = resource/group Row = entry Field = property
Javascript: Array = resource/group note while there are not typed arrays in js you generaly have an array with only one type of object in it. Object = entery Property = property
todo brainstome 2 or more aditional naming conventions of some other language/system/domai Classroom Student,teacher,notebook = group billy,mrs.T, social_Stiedis_year5_book = entity name,weight,age, etc = properties
Therefore the concept of an resorce is:
The concept of an entry/row is:
The concept of an entity is:
Kiers Notes:
An resorce is a grouping done for some domain to aid in understandin and simplification
An entery is one instance of an defined resorce
And entity is one thing as it actualy is in the unaverse.