AvisoNovate / rook

Smart namespace-driven routing for Pedestal
http://rook.readthedocs.io/en/latest/index.html
Apache License 2.0
75 stars 11 forks source link

Support _params and _params* #32

Closed hlship closed 9 years ago

hlship commented 9 years ago

Because you must name the parameters structure (params or params*) even when using map destructuring, you can end up with warnings inside Cursive.

Cursive will suppress unused parameter warnings for anything that starts with an underscore.