Hi guys,
I’m covering this file, and I’ve noticed that the bang version of the methods are not prefixed by no-doc.
Example:
includes!
preload!
join!
etc.
Should I go ahead and add no-docs to those?
Hi guys,
I’m covering this file, and I’ve noticed that the bang version of the methods are not prefixed by no-doc.
Example:
includes!
preload!
join!
etc.
Should I go ahead and add no-docs to those?
Depends. How are they different to their non-bang variants?
in general, the non bang version allows for empty arguments, and calls the bang version if everything looks good.
Example:
In that case then, yeah I would nodoc the bang versions
will do