vault backup: 2023-03-10 06:22:56

This commit is contained in:
Jet Hughes 2023-03-10 06:22:56 +11:00
parent 4427034101
commit 9761819456

View File

@ -0,0 +1,8 @@
---
title: "signs-of-bad-code"
tags:
- 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