Archived issue #0028704
Coding Rules - recommend adding the class header first in its source file
Description
It is usual practice to put class header file first in its source file, however the current coding rules do not clarify it.
This simplifies source file identification and helps implicitly validate header file to avoid common C++ problem - missed inclusion of header files by header file.
This simplifies source file identification and helps implicitly validate header file to avoid common C++ problem - missed inclusion of header files by header file.
Steps to reproduce
N/A
Public activity
8 archived notes
Participants are labeled by their role within this record.
Branch [archived branch] has been created by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Tue May 2 09:09:27 2017 +0300
0028704: Coding Rules - recommend adding the class header first in its source file
[revision removed]
Detailed log of new commits:
Author: Author
Date: Tue May 2 09:09:27 2017 +0300
0028704: Coding Rules - recommend adding the class header first in its source file
Patch is ready for review.
No remarks, please integrate - no testing is needed
Dear ysn,
could you please review.
could you please review.
I have no remarks.
Branch [archived branch] has been updated forcibly by Participant.
[revision removed]
[revision removed]
TESTED.
Branch [archived branch] has been deleted by Author.
[revision removed]
[revision removed]