File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,6 @@ Define a class `B2` with a pure virtual function `pvf()`. Define a class `D21`
2929
3030## [ Review 1] ( review/01.txt )
3131What is an application domain?
32+
33+ ## [ Review 2] ( review/02.txt )
34+ What are ideals for naming?
Original file line number Diff line number Diff line change 1+ Logically different operations should have different names.
2+ Data member of property X should have a readout (getter)
3+ function named X(), and a writer (setter) function
4+ named set_X().
5+ The names of private members don't matter that much,
6+ meaningful naming of the user-facing interface members
7+ is important.
Original file line number Diff line number Diff line change 1414### [ Chapter09] ( Chapter09/ ) : Input and Output Streams
1515### [ Chapter10] ( Chapter10/ ) : A Display Model
1616### [ Chapter11] ( Chapter11/ ) : Graphics Classes
17+ ### [ Chapter12] ( Chapter12/ ) : Class Design
1718
You can’t perform that action at this time.
0 commit comments