You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rukletsov (JIRA)" <ji...@apache.org> on 2016/12/21 21:11:58 UTC

[jira] [Created] (MESOS-6827) Fix the order in which "self.hpp" is included in "self.cpp".

Alexander Rukletsov created MESOS-6827:
------------------------------------------

             Summary: Fix the order in which "self.hpp" is included in "self.cpp".
                 Key: MESOS-6827
                 URL: https://issues.apache.org/jira/browse/MESOS-6827
             Project: Mesos
          Issue Type: Improvement
            Reporter: Alexander Rukletsov
            Priority: Minor


According to our [styleguide|https://github.com/apache/mesos/blob/master/docs/c%2B%2B-style-guide.md#order-of-includes], each {{.cpp}} file should include the related {{.hpp}} first to ensure that a header file always includes all symbols it requires. However, our codebase does not follow this rule strictly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)