bbengfort / cloudscope

Simulation and visualization of distributed systems and communications.
http://bbengfort.github.io/cloudscope/
MIT License
1 stars 0 forks source link

Refactor access/version #54

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

So right now we have an issue where the Version is basically a write access and this frankenstein thing that is a ReadVersion - which is basically a read access.

Accesses, reads and writes wrap versions - that is a write creates a new version, and a read retrieves a specific version.

Need to refactor this to make it a little more specific.