Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-2564

Kill superfluous forward declaration comments.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      We often prepend forward declarations with a comment, which is pretty useless, e.g.:

      // Forward declarations.
      class LogStorageProcess;
      

      or

      // Forward declarations.
      namespace registry {
      class Slaves;
      }
      
      class Authorizer;
      class WhitelistWatcher;
      

      This JIRA aims to clean up such comments.

      Attachments

        Activity

          People

            Unassigned Unassigned
            alexr Alex R
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: