domain modeling naming problem

Posted by cherouvim on Stack Overflow See other posts from Stack Overflow or by cherouvim
Published on 2010-06-02T06:15:55Z Indexed on 2010/06/02 6:33 UTC
Read the original article Hit count: 246

Hello

There are some simple entities in an application (e.g containing only id and title) which rarely change and are being referenced by the more complex entities of the application. These are usually entities such as Country, City, Language etc.

How are these called? I've used the following names for those in the past but I'm not sure which is the best way to call them:

  • reference data
  • lookup values
  • dictionaries

thanks

© Stack Overflow or respective owner

Related posts about object-oriented-design

Related posts about naming-conventions