[ 
https://issues.apache.org/jira/browse/MESOS-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114254#comment-14114254
 ] 

Renan DelValle commented on MESOS-1742:
---------------------------------------

Dominic, can you link me to the document where it says that? I'm having trouble 
finding it. It's not in the Google C++ style guide nor the Mesos one (at least 
not the master version in the repo). 

> Remove Using Directives
> -----------------------
>
>                 Key: MESOS-1742
>                 URL: https://issues.apache.org/jira/browse/MESOS-1742
>             Project: Mesos
>          Issue Type: Story
>          Components: build
>            Reporter: Jessica Hartog
>              Labels: build
>
> We tell developers to follow the Google C++ Style Guide 
> (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) which says, 
> "Do not use a using-directive."
> At the moment 134 files in src/ do not conform to this practice.
> $ grep -r -l "using namespace" src | wc -l
> 134
> Using directives increase compile time by requiring a larger lookup space for 
> unqualified ids.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to