name of class that manipulates the entities

Posted by cyberguest on Stack Overflow See other posts from Stack Overflow or by cyberguest
Published on 2010-03-12T16:09:05Z Indexed on 2010/03/12 19:17 UTC
Read the original article Hit count: 126

hi,

i have a general question regarding naming convention.

if I separate the data and operations into two separate classes. one has the data elements (entity), the other class manipulates the entity class. what do we usually call that class that manipulates the entity class?

(the entity I am referring to has nothing to do with any kind of entity framework)

manager? controller? operator? manipulator?

thanks in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about java