mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-10 06:22:56
This commit is contained in:
parent
4427034101
commit
9761819456
8
content/notes/signs-of-bad-code.md
Normal file
8
content/notes/signs-of-bad-code.md
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user