-
Notifications
You must be signed in to change notification settings - Fork 339
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
Feature: README #19
Feature: README #19
Conversation
Looks good to me. @zenangst you want to review it? |
URL to your `UIImageView`. | ||
It does nothing but caching, but it does it well, having everything you expect | ||
from this kind of library. It offers a good public API with out-of-box | ||
implementations and great customization possibilities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change this paragraph to something like this;
It does nothing but caching, but it does it well. It offers a good public API with out-of-box implementations and great customization possibilities.
``` | ||
|
||
### Strict cache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strict cache
sounds so harsh 😿
Should we call it Type safe cache
instead? 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zenangst Type safe cache
? Should the other one be unsafe
then? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, then I guess no one would use it ^^
But I think the other one makes sense, it's hybrid.
Fixes: #3 |
@zenangst @RamonGilabert