I would prefer using RAII over scope guard/exit to...
# general
d
I would prefer using RAII over scope guard/exit too, but sometimes it feels like writing a class to manage one single resource like a file descriptor becomes an overkill