rrbrambley / MessageBeast-ObjC

A library for building Message-based apps on App.net
MIT License
6 stars 0 forks source link

Rename load...temporarily methods in AATTMessageManager #20

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

I think the new naming convention should be:

load methods = load to memory, store in manager's memory map get = get from persistence, do not store in map retrieve = get from cloud, persist, store in map

See Android implementation.

rrbrambley commented 10 years ago

changed in da9dc509a024269c5173e5c99437e412910223a4