RE: Pedigree Suggestion
Makes good sense and I'm sure the team will think about it.
FYI, to a programmer "key", in this context, means that in a database, we use a "key" to find a record or list of records (say all the cats you own). Other terms you'll see are "index", usually meant in context of an array (a list), within a program. Or a "handle", meaning something which points to something else. They all mean the same thing: how we find things.
|