zettelkasten

Resource Acquisition Is Initialization Raii

Last updated: 1/9/2025

This is a topic in [[computer-science|CS]] that whenever you acquire a resource that should happen in the initialization of the object, and whenever you release that resource that should happen in the deconstruction of that object (when it loses scope).

See Also

  1. [[c]]