What to name an object?

A

Andy B.

I have an object that works sort of like an agragator by gathering different
types of information that is saved by the application. This information are
things like collections of Headlines, Events, RSS feed posts from any given
number of rss feeds and so on. The information gathered is displayed on the
main screen of the app. My question is, what would I name this class/object?
 
P

Peter Duniho

Andy said:
I have an object that works sort of like an agragator by gathering different
types of information that is saved by the application. This information are
things like collections of Headlines, Events, RSS feed posts from any given
number of rss feeds and so on. The information gathered is displayed on the
main screen of the app. My question is, what would I name this class/object?

What's wrong with "Aggregator"? Is it just that it's hard to spell? :)
 
A

Alberto Poblacion

Andy B. said:
I have an object that works sort of like an agragator by gathering
different types of information that is saved by the application. This
information are things like collections of Headlines, Events, RSS feed
posts from any given number of rss feeds and so on. The information
gathered is displayed on the main screen of the app. My question is, what
would I name this class/object?

Look at the words in your own description of the object to choose a name
for it. From the paragraph that you have written, you could name it
"Aggregator" or "InformationAggregator".
 
M

Mr. Arnold

Andy said:
I have an object that works sort of like an agragator by gathering different
types of information that is saved by the application. This information are
things like collections of Headlines, Events, RSS feed posts from any given
number of rss feeds and so on. The information gathered is displayed on the
main screen of the app. My question is, what would I name this class/object?

HelperSomething the Something being a more precise name to the over
functionality.
 
P

Peter Kane

I have an object that works sort of like an agragator by gathering different
types of information that is saved by the application. This information are
things like collections of Headlines, Events, RSS feed posts from any given
number of rss feeds and so on. The information gathered is displayed on the
main screen of the app. My question is, what would I name this class/object?
What about Arthur ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top