kazukidb / kazuki

Kazuki: a harmonious data store
Other
5 stars 4 forks source link

Javadoc (at least) the main interfaces #23

Open cstamas opened 10 years ago

cstamas commented 10 years ago

Like KeyValueStore, JournalStore, SequenceService, Key, Version and others...

Typical example: I expected KeyValueStore#updateVersioned to throw an exception when a stale state is about to be updated, but this method returns null instead. To figure out, I had to dig into code ;)

sunnygleason commented 10 years ago

I will definitely do this!