6 ms·
According to the page, it's neither a framework, nor a library - isn't that a bit counterintuitive? That makes it sounds as if it is beyond any of the existing
by skywalk 14y ago
According to the page, it's neither a framework, nor a library - isn't that a bit counterintuitive? That makes it sounds as if it is beyond any of the existing styles of code reuse in software development, which is not the case.
I'm sure many would identify it as a library in the classical sense, since it is a bundle of code you include in your application and make calls to.
- andrzejkrzywda 14y agoWe were struggling with this problem for months. What would you suggest to bundle into this library?
- gcao 14y agoIt's probably a design pattern, or a flavor of AOP (Aspect Oriented Programming).