aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Review dependencies and simplify #317

Closed aroberge closed 7 years ago

aroberge commented 7 years ago

Currently, too much is put in the RUR namespace which, while convenient from a programming point of view, makes the dependency graph too tightly coupled. To produce dependency graph, use

dependo -f cjs src/js > temp/dependency.html

Example of things to consider:

aroberge commented 7 years ago

This is no longer worth keeping as an open issue. Much simplification has been done, and more will be done as part of regular maintenance...