Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collections #7

Open
callmeal opened this issue Feb 5, 2012 · 3 comments
Open

Collections #7

callmeal opened this issue Feb 5, 2012 · 3 comments

Comments

@callmeal
Copy link
Collaborator

callmeal commented Feb 5, 2012

There's a lot of classes like PhotoList which seem to be just a way to make a list typesafe. We can do this in 1.5 with Generics. It could mean anyone using these in their code would need to re-code but it would be a very small change. More specifically, probrably change to SearchResultList, which does have use as far as pagnation goes

@ghost ghost assigned boncey Mar 10, 2012
@boncey
Copy link
Owner

boncey commented Mar 10, 2012

I can take a look at this.

@callmeal
Copy link
Collaborator Author

After thinking about it I'm not 100% sure if this is right. The lists do allow for nice pagination, maybe a Pageable list may be good?

On 2012-03-10, at 9:48 AM, Darren [email protected] wrote:

I can take a look at this.


Reply to this email directly or view it on GitHub:
#7 (comment)

@boncey
Copy link
Owner

boncey commented Mar 10, 2012

OK I don't feel that strongly about it so I'll leave it as it is for now. :-)

@ghost ghost mentioned this issue Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants