ocean
ocean copied to clipboard
Start removing `dispose` methods
As D2 migration seems to indicate, those dispose
blocks are not really necessary in most cases and can be replaced by destructors in others. We need to do some more detailed trials with one of applications to definitely confirm this, but in general it is about time those should be removed from ocean completely.