asarazan / bismarck

Caching for Kotlin Multiplatform
Apache License 2.0
4 stars 1 forks source link

Reference Implementation #15

Open treelzebub opened 4 years ago

treelzebub commented 4 years ago

We need a relatively realistic reference Implementation, not only for our eventual consumers but for our own ideation.

treelzebub commented 4 years ago

I'd like to take a stab at it this weekend and will consider the PR a request for comments and corrections :)

asarazan commented 4 years ago

Can you elaborate on what you mean? Do you just mean a test-bed application that is using all these features to demonstrate how they work?

treelzebub commented 4 years ago

Yes, a set of examples, samples, whatever you want to call them. À la https://github.com/cashapp/sqldelight/tree/master/sample

treelzebub commented 4 years ago

This would also help someone other than asarazan to add kdoc to the lib, which also needs to happen at some point.

asarazan commented 4 years ago

@vaudevillen did a little along those lines out of pure necessity to debug the ios layer. You can find it here: https://github.com/asarazan/bismarck/pull/12