I'm curious whether you think it is a bad idea to inject based on function parameter names instead of using func.$inject.
Specifically, are there any pitfalls you can see for server side node.js code that doesn't need to be minified? Is this something you will add to the library?
I'm curious whether you think it is a bad idea to inject based on function parameter names instead of using func.$inject.
Specifically, are there any pitfalls you can see for server side node.js code that doesn't need to be minified? Is this something you will add to the library?