sofa
sofa copied to clipboard
Removing comments in the end of namespace...
Fell free to express you opinion.
Basically, do you prefer
namespace sofa::foo::bar
{
...
} // namespace sofa::foo::bar
or
namespace sofa::foo::bar
{
...
}
?
+1 for the last one :)
So as in real life... if no one vote for... only the one that voted win the election.
from what I remember, the } // namespace
... were useful for scripts to rename/remove some namespace level.
But as now we can use (I don't know the exact name) multilevel namespace sofa::component:myawsomecomponentnamespace {
this makes less sens.
The only use I see is for quick readability But why is it annoying you?