Remix.run Logo
mattip 8 hours ago

That cleanup can be explicit when needed by using context managers. Mixing resource handling with object lifetime is a bad design choice

1718627440 an hour ago | parent [-]

Tell that to the C++ guys...