Xotl
Xotl
Hi @gr2m, does this issue is still present? 🤔
Thanks for the update... Meanwhile i will go for the workaround. 😩
Having Wit.message() to receive more params it's not maintainable. It just increases the Cyclomatic complexity. A good approach to solve this problem is to have an object with the params...
if we pass a single object we can just iterate over the properties of such object instead of adding more `if`'s. Regarding the maintainability, what will happen if suddenly the...
Updated the PR to show what the implementation look like