Comment by returningfory2
Comment by returningfory2 a day ago
I don't see why the code is not "learning safe". The code presents the simplest safe way to handle an OOM condition. Seems basically perfect for a _beginners guide_ to manual memory management.
It's not learning-safe because it teaches said learners to write bad code like this.