Back in uni far too often I would hear lecturers say "a file handle" or "a database handle" which did not help me understand anything, a handle is a physical part of a physical door you use to open the door. And now that I finally understand that this is a pointer, or a RAII wrapper to some resource, I understand what is going on.
Is it normal to call these a handle instead of a pointer/RAII wrapper object to a resource? Am I in the wrong here?