Open
Description
Good evening,
I think it would be productive to clean up the API around the library a bit.
There are for example numerous methods/variables that are rather confusing (e.g. box.panicModeRemoveAll()
and box.all2
), and quite a few calls include "internal" in their names even though they are public. Is there a reason for this?
Its not the end of the world, but I do think it would make a difference - and one of the things I appreciated with Realm earlier on was how everything had its place. You could never see any of its implementation details, and you could fully focus on creating awesome stuff.
Thanks!
Zoltan