Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0 #3

Open
lgvo opened this issue Sep 23, 2015 · 2 comments
Open

1.0 #3

lgvo opened this issue Sep 23, 2015 · 2 comments
Milestone

Comments

@lgvo
Copy link
Owner

lgvo commented Sep 23, 2015

Road Map

@origin1tech
Copy link

Started writing a simple di for es7 decorators this evening. stumbled upon yours. probably will tinker with this a bit. add a few features. should be able to take care of the items in your roadmap.

Already done this exercise once but the key here is to keep it fairly simple. There are and will be plenty more DI libs using decorators, however when you need something simplistic for a lib you may be writing I think its key at least a large majority of the time to have something actually scaled back.

Like ur idea of defining own method for resolvers (think you call them providers, resolvers typically the term used), to be honest hadn't thought of doing that so plus 1 there.

Let me know your thoughts.

@lgvo
Copy link
Owner Author

lgvo commented Oct 12, 2015

Hi, thank you for your interest!

About the roadmap:

  • TypeScript Support: I do think that the code may just works with TypeScript. What I am planning here is to create the same suite of test to validate that. And create the type definitions in another file too.
  • Browser Packages: I am only using the lib for BackEnd for now. So any support for browser packages are very welcome.

Pull requests are welcome!
Somethings to take in consideration:

  • About new features, please add a issue about the ideias before.
  • Mind the test coverage and code complexity, if you can do it with TDD probably will come with both.
  • Try to use only ES5.

This code is a part of a large "framework" that I'm using for development, so I'm trying to export every part of that as a little library that can be used alone.
If you are interest and want to get the big picture take a look at the restful-express

And if you like the library please Star ther project ;]

Best regards!

@lgvo lgvo added this to the 1.0 milestone Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants