koop-retired / koop-server

PROJECT DEPRECATED - DO NOT USE
Apache License 2.0
5 stars 7 forks source link

refactor koop-server to not expose classes on a global scope #15

Closed chelm closed 9 years ago

chelm commented 10 years ago

Currently all of koop-server is made available at the global scope, this is a typically bad pattern. This issue will create a feature branch that attaches each class the local koop-server object and can be accessed by each provider by "requiring" the needed class specifically.