Hacker News new | ask | show | jobs
by keedot 4011 days ago
Contrived and oddly specific for an example. Do we have any examples being used out in the wild?
1 comments

There is a non-open-source JavaScript decorator library using this. It has many (real) examples, but the one that first comes to mind is its use of the xtype.is API method (http://xtype.js.org/api/is) to perform runtime validations based on validation meta-data that's defined in configuration.

For an idea of what that looks like, see:

http://xtype.js.org/guide/checking_combinations_of_types

Completely makes sense now, the example had me in the wrong headspace.