I'm used to insert a space after a command by using the {}, e.g. \mycommand{} some other text, in order to circumvent the space-gobbling of commands.
I'm wondering if it's best or what are the specific drawbacks or differences between the following:
\mycommand{} some text
\mycommand\ some text
\mycommand\space some text
is it a matter of habit or do the spaces and mechanics differ?
Thanks
