Encapsule-Annex / jsgraph

Deprecated: Use the @encapsule/arccore package that includes the graph library
https://encapsule.io/docs/ARCcore/graph
MIT License
42 stars 5 forks source link

DirectedGraph private state should be clearly partitioned #30

Closed ChrisRus closed 9 years ago

ChrisRus commented 9 years ago

... to help developers understand the separation of concerns, and the importance of always using the public API and never taking a dependency on the details of how DirectedGraph stores its internal state.