Replace forward declarations with forwarding headers

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Use of "forward declarations", e.g. "class Client;" adds brittleness to the codebase, because changing a class to a template means changing a potentially enormous number of files, or adding otherwise unnecessary scaffolding. It is better to collect such declarations into specialized headers, like "client_fwd.h", so they exist in just one place.

            Assignee:
            Nathan Myers (Inactive)
            Reporter:
            Nathan Myers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: