You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent addition of the Resource object, better-files now has Resource and ManagedResource—which, despite the confusingly similar names, have almost nothing to do with each other.
We can't rename Resource (because that's what Java calls them). So, how about renaming ManagedResource, perhaps to something like AutoDisposed or simply Dispose?
The text was updated successfully, but these errors were encountered:
With the recent addition of the
Resource
object, better-files now hasResource
andManagedResource
—which, despite the confusingly similar names, have almost nothing to do with each other.We can't rename
Resource
(because that's what Java calls them). So, how about renamingManagedResource
, perhaps to something likeAutoDisposed
or simplyDispose
?The text was updated successfully, but these errors were encountered: