Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

The rules for `wrangler:new_child_request` should not fail silently in the absence of a name attribute #526

Open b1conrad opened 3 years ago

b1conrad commented 3 years ago

From Phil:

Failing silently is tough on programmers. If we checked to ensure the name is present in the test rather than the eventex, then we could at least put in a log message.

Why do we require it? Why not just use random:word() to create a name when one isn’t provided?