5 ms·
Regardless of technical merit, I don't think it stands any chance of adoption without major users. Specifications and standards are only really valuable as a co
by daliwali 9y ago
Regardless of technical merit, I don't think it stands any chance of adoption without major users. Specifications and standards are only really valuable as a contract between two or more parties, otherwise they might as well not exist.
On the tech side:
- RegExps open yourself up to RegExp-based DoS attacks.
- The nested/denormalized results anti-pattern seems to be copied from GraphQL. Unless this is intended to be a faithful reproduction, don't copy mistakes.
- jamesgt 9y agoThanks for the feedback, can you expand a bit what you mean by nested/denormalized anti-pattern?