N0698311 / SDI

Software Design Implementation
0 stars 0 forks source link

Initialisation #9

Open N0698311 opened 6 years ago

N0698311 commented 6 years ago

Notice that Card::faceName() & Card::suitName() use initialiser lists for the vector - C++11 at last! Are we concerned that this initialisation happens on every call? (does it? – see next point & check again). What is the best way to address this concern?