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/09/21 16:14:20 UTC

[jira] [Commented] (MESOS-2564) Kill superfluous forward declaration comments.

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

Alexander Rukletsov commented on MESOS-2564:
--------------------------------------------

https://reviews.apache.org/r/32608/

> Kill superfluous forward declaration comments.
> ----------------------------------------------
>
>                 Key: MESOS-2564
>                 URL: https://issues.apache.org/jira/browse/MESOS-2564
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Alexander Rukletsov
>            Priority: Minor
>              Labels: easyfix, newbie
>
> We often prepend forward declarations with a comment, which is pretty useless, e.g.: 
> {code}
> // Forward declarations.
> class LogStorageProcess;
> {code}
> or
> {code}
> // Forward declarations.
> namespace registry {
> class Slaves;
> }
> class Authorizer;
> class WhitelistWatcher;
> {code}
> This JIRA aims to clean up such comments.



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