Caleb Cushing
Caleb Cushing
I would but not allowed to per work policy/proxy and not doing hobby coding atm
@doy @stevan note: state of this is basic functionality, probably needs many more tests, and of course docs. Should this be able to work on any of the other service...
yeah, I was thinking that I definitely need to ensure working typemap, though the test suite generally functions, not sure what happens if I start adding roles. Aspect Oriented Programming...
Oh, I'm also hoping to add type inferance based on roles, (if 1 and only one class in the container could satisfy a does, allow inference )
Interestingly, java can do type based inference without the concrete classes, and it's more deep magic than this has to be. Which IMO is if you only have one class...
Java has a problem, they like to be an all A or all B, etc ... so first they were like XML and configure everything is the right answer!!!, no,...
sure I'll rewrite it in a little while. note: problem with invalid parameters is... https://gist.github.com/xenoterracide/7052294#file-dependency_injection_with_providers-pl , in this example, there aren't any actual parameters, but IRL there'd be many varied...
or how 'bout like google, and use search parameters 1 field then put authors: xeno if you want to search just authors
fair, perhaps, though see my follow up to #556, I'm not certain about the servlet loader, but due to the fact that you in theory could use a FileLoader in...
also, could StringLoader be added as an example in the docs? I did look for it. side question about docs, is there any kind of special array index/map key access?...