Regarding Delphi memory management, what are your design strategies ?
- What are the use cases where you prefer to create and release Objects manually ?
- What are the uses cases where Interfaces, InterfacedObjects, and their reference counting mechanism will be preferred ?
Do you have identified some traps or difficulties with reference counted objects ?
Thanks for sharing your experience here.