On Wed, Dec 24, 2008 at 5:30 AM, João <[email protected]> wrote:
> For example, a List component shows Users. Each user has a picture and
> some data, shown thanks to an ItemRenderer class. I would like to know
> if there are best practices for naming ItemRenderer classes.

I don't know about best practices, but in the above example I would
name it UserRenderer. It's just what I've been doing. Sometimes I even
put all the renderers in a package of their own
(com.example.someapp.ui.renderers.*).

-- 
manishjethani.com

Reply via email to