mardi 25 octobre 2016

Looking for correct class name suffix

Very often I have to create class, which instance is returning list of objects based on configuration.

E.g.

We have 2000 GPS position data points and we want to return from that list Trips - periods when vehicle was driving.

So I create instance which will do it for me - TripSuffix instance.

I configure the TripSuffix instance by setting GPS position list and some other settings.

At the end I call getTripList method on the instance and in return I have a list of Trip objects.

How to name the Suffix in TripSuffix class name?

Aucun commentaire:

Enregistrer un commentaire