A
Allan Ebdrup
Hi
We have a large class library of different classes, now we are going to
implement a lot of usage statistics that we need, stuff like how many times
a user has logged in, how many times a message has been read, how many times
a ad has been shown and so on.
Now I'm wondering what would be a good OO organization of this data, should
the statistics be part of the objects they are for, or should statistics be
seperate.
Perhaps each object could have a statistics property that contains the
different statistics for that object.
How do you organize your statistics for your objects and what are your
experinces with this.
Kind Regards,
Allan Ebdrup
We have a large class library of different classes, now we are going to
implement a lot of usage statistics that we need, stuff like how many times
a user has logged in, how many times a message has been read, how many times
a ad has been shown and so on.
Now I'm wondering what would be a good OO organization of this data, should
the statistics be part of the objects they are for, or should statistics be
seperate.
Perhaps each object could have a statistics property that contains the
different statistics for that object.
How do you organize your statistics for your objects and what are your
experinces with this.
Kind Regards,
Allan Ebdrup