this post was submitted on 21 Jan 2024
7 points (88.9% liked)

C++

1755 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

I've never understood why GC is/was even a thing in C++, and I like this Bjarne quote in this context:

I don't like garbage. I don't like littering. My ideal is to eliminate the need for a garbage collector by not producting any garbage.