ThePletch / mbta-checkin

MBTA web app to get a quick glimpse of train statuses
4 stars 0 forks source link

Decouple modules in map.js #19

Closed ThePletch closed 9 years ago

ThePletch commented 9 years ago

The four modules in map.js have an issue right now with being interdependent. That is, two modules are aware of another's existence. All relationships should be evaluated and, if at all possible, rewritten using an events system to be made one-way or fully decoupled.

ThePletch commented 9 years ago

This was completed while refactoring for other purposes - closing.