Closed bergel closed 3 years ago
Consider the following example:
v := CRMondrian new. v nodes circle with: (1 to: 100). v edge connectFrom: [ :nb | nb // 2]. v
We have nodes to define the nodes, and we have edge to define edges. Shouldn't it be edges instead?
nodes
edge
edges
Sure would make more sense
Consider the following example:
We have
nodes
to define the nodes, and we haveedge
to define edges. Shouldn't it beedges
instead?