In 0.14.0 notes, a plan has been explained to converge towards unmanaged variants of containers. Other than the ubiquitous ArrayList, ArrayHashMap has also been mentioned. IIUC the reasoning applies basically to all structures, though.
As promised, in 0.15.1, the ArrayListUnmanaged has already been renamed to ArrayList and the managed variant is now deprecated. But the situation is not so clear for some other structures, such as eg. AutoHashMap or ArrayHashMap. At least not by looking for specific structures mentioned or by looking for ādeprecatedā in docstring ⦠but these donāt have docstrings, soā¦
As Iām moving my codebase to 0.15.1, Iām trying to use the opportunity to make it more future proof and āZigaliciousā, so Iām on a look out for APIs that are deprecated or planned deprecated. Would it be safe to assume that everything is eventually going to go in that direction?
Or is there more nuance and I would be better to wait for a more clear āofficialā plan? (Iām aware of Zigās priorities; I donāt want to sound impatientā¦)