quartz/content/notes/signs-of-bad-code.md
2023-03-10 06:22:56 +11:00

199 B

title tags
signs-of-bad-code
cheatsheet

c++

  • non-public inheritance is a sign of poor design, as most instances where it would be used are better implemented using object composition