- 000
Now that the Store interface is available, it should be clarified which and what kind of errors should be returned by its implementations.
Example: AddEdge adds a new edge. Should the store return ErrEdgeAlready exists if the edge already exists, or should the Graph implementation check this in adva...