garbage collectors have a strong union, do they not?
Yes they do, and their strikes are highly effective for obvious reasons, and no mayor trying to win an election wants that egg on their face.
Or banana peel.
Use languages with manual memory managment
Wut
It’s a programming joke. If you declare variables or set a value to a space in the storage, this space is blocked even after the programme is done using that variable. So to write a programme with efficient use of storage, you have to free the storage space after you are using it.
Many programming languages use a routine called “garbage collector” to free unused storage space.
So, if you don’t want to be a garbage collector, you have to assign storage space manually.
Garbage collector was a dream job to me as a kid. Ended up as a software developer.
Depending on the software, you still get to think about garbage collection!