[
https://issues.apache.org/jira/browse/MESOS-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294077#comment-14294077
]
Alexander Rukletsov commented on MESOS-2274:
--------------------------------------------
The main question here is shall we sort nested includes together with the top
level ones or separately. For example
{noformat}
src/aa.hpp
src/nested/cc.hpp
src/xx.hpp
{noformat}
or
{noformat}
src/aa.hpp
src/xx.hpp
src/nested/cc.hpp
{noformat}
> Document makefile rules in style guide
> --------------------------------------
>
> Key: MESOS-2274
> URL: https://issues.apache.org/jira/browse/MESOS-2274
> Project: Mesos
> Issue Type: Improvement
> Reporter: Niklas Quarfot Nielsen
> Priority: Trivial
> Labels: beginner
>
> There has been confusion around how to add and sort hpp and cpp files in the
> Makefile. We should codify the rules we want to enforce in our style guide.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)