Hacker News new | ask | show | jobs
by gliese1337 4679 days ago
This seems like an absolutely terrible idea as far as writing code that other humans will be able to understand goes.
1 comments

From my experience MetaJS allows to write much cleaner code eliminating a lot of typical boilerplate. Many frameworks assume that some functions always have some parameters (for example "request" or "callback") and MetaJS improves signal/noise ratio in such cases. Look at some examples at https://github.com/dogada/metajs