-
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.