[JSMentors] Dependency management through runtime code reflection

2011-01-21 Thread Andrew Stein
My employer, Benchmark Solutions, has released this open source framework y'all may enjoy: https://github.com/benchmark-solutions/methadone It introduces declarative Modules Classes into Javascript through some overloaded labels runtime code reflection (though the code reflection can also be

Re: [JSMentors] Dependency management through runtime code reflection

2011-01-21 Thread Garrett Smith
On 1/21/11, Andrew Stein steinl...@gmail.com wrote: My employer, Benchmark Solutions, has released this open source framework y'all may enjoy: https://github.com/benchmark-solutions/methadone [...] There are some existing bugs and questionable design decisions, but we would love

Re: [JSMentors] Dependency management through runtime code reflection

2011-01-21 Thread Oleg Slobodskoi
Nice to see people have the same problems like me :) I am working on a similar module, it is not ready yet, but I would like to give you my opinion about methadone. 1. The most bad part is you class like declarations. At this point you are completely changing the way to write javascript, don't