I am often frustrated in this ecosystem by how people build things without any clear conceptual model, and then they document them by saying "it is so fast, it just works like magic". It is impossible to compare two approaches because there are no facts available to compare them on.<p>Like for this one from a peek at the source code it appears to try to parse JavaScript at runtime using regexes (<a href="https://github.com/radi-js/radi/blob/master/src/index.js#L4" rel="nofollow">https://github.com/radi-js/radi/blob/master/src/index.js#L4</a>) which is great for demoware and not at all something I'd want to use in production, but that is not mentioned anywhere in the site or blog post.<p>I don't mean to just dump on this project in particular, which could just be a fun toy side project for the author, because this problem is endemic. (But then why go to all the effort to make all the marketing materials for it without actually writing any docs?)