jaredhanson / electrolyte

Elegant dependency injection for Node.js.
MIT License
564 stars 59 forks source link

Adding simpler example #33

Closed bosgood closed 8 years ago

bosgood commented 8 years ago

This app attempts to illustrate the core concepts of electrolyte without having to know anything about express.

Core concepts I was trying to teach (let me know if there's anything else to the library that I should include as well):

jaredhanson commented 8 years ago

Could you please create a separate repository for this example, and add a link to it here: https://github.com/jaredhanson/electrolyte/wiki/Examples

I've found with my previous projects that many issues are opened pertaining to examples, rather than the library itself. This requires a more time to manage, and adds a lot of noise to otherwise important matters. My hope is that this streamlines development and helps things move quicker.

Thanks!

bosgood commented 8 years ago

I hear you, that makes a lot of sense. I've created a repo here (https://github.com/bosgood/electrolyte-examples), gave you access to it. Want me to submit a PR to remove the express example from the main library repo?