Jake Verbaten
Jake Verbaten
As for detecting collisions. We already have a namespaces enforced by npm. It'll be easier to use those.
I'll be sensible. Why do we need a plugin system? What benefit does it give us over just using `require` ? Can we enumerate the use-cases for plugins and the...
@dominictarr the interface is the same as the interface for levelup. If we make a breaking change in levelup then a) we need to update all apps that use levelup...
## discovery Discovery is a difficult problem. One way is the framework way, jQuery, ember, bla bla handle discovery by bundling everything in one thing and having all the docs...
## trust Trust is also a difficult problem. For me I solve this by do I know the author or does someone I know recommend them. I also solve this...
For the record I am trying to be constructive and not a dick.
For the other record, yesterday I was being a complete dick
Why all this complex machinery when you can call `rangeDel(db, ...)`. Is there a way to write a C++ extension that plays nicely without leveldown with global pollution?
@rvagg I have zero objection to the underlying machinery needed to standardize the authoring and creating of plugins from a module author point of view. I think all plugin authors...
Why can we not have simple things like ``` var getBy = indexer(db, ["author", "version"] // no magic. Just functions getBy("author", "jashkenas", function () { ... }) ``` I think...