datavis-tech / topologica

Minimal library for reactive dataflow programming. Based on topological sort.
MIT License
50 stars 1 forks source link

Change naming convention "state" -> "dataflow" #36

Closed curran closed 5 years ago

curran commented 5 years ago

As Topologica may be used in conjunction with other libraries that claim the variable name "state", such as React or Redux, it may be preferable to establish a unique convention for the variable name used for instances of Topologica.

I propose dataflow.