Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 182 Bytes

runtime-member_string_references.md

File metadata and controls

7 lines (4 loc) · 182 Bytes

Pattern: Use of const string& member

Issue: -

Description

const string& members are dangerous. It is much better to use alternatives, such as pointers or simple constants.